SynEdit: Fixed reordering gutter parts. Apply new bounds.

This commit is contained in:
Martin 2023-02-20 19:39:30 +01:00
parent 78416496c6
commit 25b0fa69b2

View File

@ -442,7 +442,10 @@ begin
NewWidth := NewWidth + Parts[i].Width;
end;
if FWidth = NewWidth then exit;
if FWidth = NewWidth then begin
SetChildBounds;
exit;
end;
IncChangeLock;
try