From 3cfde817bab38f12ba360f63cda45a3dce0a9454 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Mon, 30 Dec 2024 21:19:51 +0200 Subject: [PATCH] Set table mouse_region priorities lower than bookmark bar --- Laptop/BaseTable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Laptop/BaseTable.cpp b/Laptop/BaseTable.cpp index 14f3697f..8bf31a55 100644 --- a/Laptop/BaseTable.cpp +++ b/Laptop/BaseTable.cpp @@ -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] );