mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 21:40:25 +02:00
Qt: formatting
git-svn-id: trunk@35610 -
This commit is contained in:
parent
ac06d36b7c
commit
c4fa6a1980
@ -13392,7 +13392,8 @@ begin
|
||||
inc(FNumOfActions);
|
||||
FCatchNextResizeEvent := FNumOfActions = 1;
|
||||
{$IFDEF VerboseQtEvents}
|
||||
DebugLn(Format('TQtMenuBar: Added new action now have %d actions ',[FNumOfActions]));
|
||||
DebugLn(Format('TQtMenuBar: Added new action now have %d actions ',
|
||||
[FNumOfActions]));
|
||||
{$ENDIF}
|
||||
end;
|
||||
end else
|
||||
@ -13402,7 +13403,8 @@ begin
|
||||
begin
|
||||
dec(FNumOfActions);
|
||||
{$IFDEF VerboseQtEvents}
|
||||
DebugLn(Format('TQtMenuBar: Removed action still have %d actions ',[FNumOfActions]));
|
||||
DebugLn(Format('TQtMenuBar: Removed action still have %d actions ',
|
||||
[FNumOfActions]));
|
||||
{$ENDIF}
|
||||
FCatchNextResizeEvent := FNumOfActions = 0;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user