Gtk2: added DebugLn when -dVerboseFocus in TGtk2WidgetSet.GetFocus

git-svn-id: trunk@33370 -
This commit is contained in:
zeljko 2011-11-06 13:53:41 +00:00
parent a1b5f184c0
commit a00ac6dd4d

View File

@ -4702,6 +4702,9 @@ begin
if TopList <> nil
then g_list_free(TopList);
{$IFDEF VerboseFocus}
DebugLn('TGtk2WidgetSet.GetFocus: Result=',dbgHex(Result));
{$ENDIF}
{$IFDEF DebugGDKTraps}EndGDKErrorTrap;{$ENDIF}
end;