gtk2 intf: reduced output

git-svn-id: trunk@14082 -
This commit is contained in:
mattias 2008-02-11 11:51:57 +00:00
parent 54bf460d15
commit 1a08f04dfb

View File

@ -1489,9 +1489,7 @@ begin
Result := CallBackDefaultReturn;
if AInfo^.ChangeLock > 0 then Exit;
Msg.Msg := LM_CLICKED;
DebugLn(['Gtk2WSButton_Clicked AAA1 ',GetWidgetDebugReport(AWidget)]);
Result := DeliverMessage(AInfo^.LCLObject, Msg) = 0;
DebugLn(['Gtk2WSButton_Clicked END ',dbgs(AWidget)]);
end;
{ TGtk2WSButton }