mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 03:57:30 +02:00
synedit: fix gutter separator visibility after restoring its position from negative
git-svn-id: trunk@18061 -
This commit is contained in:
parent
376c4dca6f
commit
83af98a308
@ -547,7 +547,10 @@ begin
|
||||
if AValue < 0 then
|
||||
FSeparatorGutter.Visible := False
|
||||
else
|
||||
begin
|
||||
FGutterPartList.Move(FGutterPartList.IndexOf(FSeparatorGutter), AValue);
|
||||
FSeparatorGutter.Visible := True;
|
||||
end;
|
||||
DoChange(Self);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user