LCL, fix unexpected selection, patch from Bart Broersma, issue #18344

git-svn-id: trunk@39011 -
This commit is contained in:
jesus 2012-10-09 06:52:08 +00:00
parent 89cfdaa628
commit 9e16841b73

View File

@ -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