mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Set table mouse_region priorities lower than bookmark bar
This commit is contained in:
@@ -627,7 +627,7 @@ TestTable::Display( )
|
||||
{
|
||||
MSYS_DefineRegion( &it->mMouseRegion[i - mFirstEntryShown],
|
||||
usPosX, usPosY, usPosX + it->GetRequiredLength(), usPosY + heightperrow,
|
||||
MSYS_PRIORITY_HIGHEST, CURSOR_WWW,
|
||||
MSYS_PRIORITY_HIGHEST-3, CURSOR_WWW,
|
||||
MSYS_NO_CALLBACK, ( *it ).RegionClickCallBack );
|
||||
MSYS_AddRegion( &it->mMouseRegion[i - mFirstEntryShown] );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user