mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 13:49:16 +02:00
LCL, grids, fixes editor visible when grid is fixed
git-svn-id: trunk@11819 -
This commit is contained in:
parent
f2b1ebcd42
commit
86b7670b28
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user