diff --git a/components/synedit/syngutter.pp b/components/synedit/syngutter.pp index f32006b13f..cf38bf70b9 100644 --- a/components/synedit/syngutter.pp +++ b/components/synedit/syngutter.pp @@ -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;