synedit: fix gutter separator visibility after restoring its position from negative

git-svn-id: trunk@18061 -
This commit is contained in:
paul 2009-01-02 18:01:47 +00:00
parent 376c4dca6f
commit 83af98a308

View File

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