mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-29 01:30:46 +02:00
SynEdit: syncompletion: fix unwanted size drag 1px gap
git-svn-id: trunk@57832 -
This commit is contained in:
parent
0168f81e14
commit
d2d80c1b8b
@ -1215,6 +1215,10 @@ begin
|
||||
if FShowSizeDrag = AValue then exit;
|
||||
FShowSizeDrag := AValue;
|
||||
SizeDrag.Visible := AValue;
|
||||
if SizeDrag.Visible then
|
||||
Scroll.BorderSpacing.Bottom := 0
|
||||
else
|
||||
Scroll.BorderSpacing.Bottom := FDrawBorderWidth;
|
||||
end;
|
||||
|
||||
procedure TSynBaseCompletionForm.RegisterHandlers(EditOnly: Boolean);
|
||||
|
Loading…
Reference in New Issue
Block a user