mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-09 22:32:40 +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;
|
||||
|
||||
procedure TSynBaseCompletionForm.DoOnResize;
|
||||
var
|
||||
OldHeight: Integer;
|
||||
OldWidth: LongInt;
|
||||
begin
|
||||
inherited DoOnResize;
|
||||
if ([csLoading,csDestroying]*ComponentState<>[]) or (Scroll=nil) then exit;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user