We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1872916 commit b8313e5Copy full SHA for b8313e5
1 file changed
source/main.pas
@@ -11371,7 +11371,7 @@ procedure TMainForm.AnyGridMouseUp(Sender: TObject; Button: TMouseButton;
11371
// Exit early for non-result-grids like ListTables
11372
if Grid <> ActiveGrid then
11373
Exit;
11374
- Grid.GetHitTestInfoAt(X, Y, False, {%H-}Hit);
+ Grid.GetHitTestInfoAt(X, Y, True, {%H-}Hit);
11375
if (Hit.HitNode = nil) or (Hit.HitColumn = NoColumn) or (Hit.HitColumn = InvalidColumn) then begin
11376
Results := GridResult(Grid);
11377
if Results.Modified then begin
0 commit comments