mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 10:39:38 +01:00
Designer: cleanup a debug message.
git-svn-id: trunk@47176 -
This commit is contained in:
parent
9207616447
commit
a949da703b
@ -2944,9 +2944,7 @@ begin
|
||||
LM_ACTIVATE: begin
|
||||
{$IFDEF VerboseComponentPalette}
|
||||
DebugLn(['TDesigner.IsDesignMsg: Got LM_ACTIVATE message.',
|
||||
' Message.Active=',TLMActivate(TheMessage).Active,
|
||||
', calling DoFormActivated(',TLMActivate(TheMessage).Active=WA_ACTIVE,')'
|
||||
]);
|
||||
' Message.Active=',TLMActivate(TheMessage).Active]);
|
||||
{$ENDIF}
|
||||
Act:=TLMActivate(TheMessage).Active;
|
||||
Result:=DoFormActivated(Act in [WA_ACTIVE, WA_CLICKACTIVE]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user