mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
IDE: progress window: less overhead
git-svn-id: trunk@52773 -
This commit is contained in:
parent
ae3d26a022
commit
098b1dfa3a
@ -249,7 +249,7 @@ var
|
||||
i: Integer;
|
||||
begin
|
||||
inherited Notification(AComponent, Operation);
|
||||
if Operation=opRemove then
|
||||
if (Operation=opRemove) and (Count>0) then
|
||||
begin
|
||||
DisableAutoSizing{$IFDEF DebugDisableAutoSizing}('TIDEProgressWindow.Notification'){$ENDIF};
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user