LCL, grids, fixes editor visible when grid is fixed

git-svn-id: trunk@11819 -
This commit is contained in:
jesus 2007-08-15 00:39:54 +00:00
parent f2b1ebcd42
commit 86b7670b28

View File

@ -5902,10 +5902,16 @@ procedure TCustomGrid.FixPosition;
topleftChanged;
end;
end;
procedure FixEditor;
begin
if FixedGrid and EditorMode then
EditorMode:=False;
end;
begin
FixTopleft;
FixSelection;
CheckPosition;
FixEditor;
UpdateSelectionRange;
VisualChange;
end;