mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 19:20:38 +02:00
LCL, fix unexpected selection, patch from Bart Broersma, issue #18344
git-svn-id: trunk@39011 -
This commit is contained in:
parent
89cfdaa628
commit
9e16841b73
@ -7316,6 +7316,7 @@ begin
|
||||
and Editor.Visible then
|
||||
begin
|
||||
FEditorMode:=False;
|
||||
FGridState := gsNormal;
|
||||
{$ifdef dbgGrid}DebugLn('EditorHide [',Editor.ClassName,'] INIT FCol=',IntToStr(FCol),' FRow=',IntToStr(FRow));{$endif}
|
||||
LockEditor;
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user