mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 15:00:38 +01:00
synedit: clean up
git-svn-id: trunk@25904 -
This commit is contained in:
parent
e29f6a7a65
commit
16af3c13d5
@ -769,9 +769,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TSynBaseCompletionForm.DoOnResize;
|
procedure TSynBaseCompletionForm.DoOnResize;
|
||||||
var
|
|
||||||
OldHeight: Integer;
|
|
||||||
OldWidth: LongInt;
|
|
||||||
begin
|
begin
|
||||||
inherited DoOnResize;
|
inherited DoOnResize;
|
||||||
if ([csLoading,csDestroying]*ComponentState<>[]) or (Scroll=nil) then exit;
|
if ([csLoading,csDestroying]*ComponentState<>[]) or (Scroll=nil) then exit;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user