mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 09:29:10 +02:00
gtk2 intf: reduced output
git-svn-id: trunk@14082 -
This commit is contained in:
parent
54bf460d15
commit
1a08f04dfb
@ -1489,9 +1489,7 @@ begin
|
|||||||
Result := CallBackDefaultReturn;
|
Result := CallBackDefaultReturn;
|
||||||
if AInfo^.ChangeLock > 0 then Exit;
|
if AInfo^.ChangeLock > 0 then Exit;
|
||||||
Msg.Msg := LM_CLICKED;
|
Msg.Msg := LM_CLICKED;
|
||||||
DebugLn(['Gtk2WSButton_Clicked AAA1 ',GetWidgetDebugReport(AWidget)]);
|
|
||||||
Result := DeliverMessage(AInfo^.LCLObject, Msg) = 0;
|
Result := DeliverMessage(AInfo^.LCLObject, Msg) = 0;
|
||||||
DebugLn(['Gtk2WSButton_Clicked END ',dbgs(AWidget)]);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TGtk2WSButton }
|
{ TGtk2WSButton }
|
||||||
|
Loading…
Reference in New Issue
Block a user