mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-22 23:19:17 +02:00
Gtk2: added DebugLn when -dVerboseFocus in TGtk2WidgetSet.GetFocus
git-svn-id: trunk@33370 -
This commit is contained in:
parent
a1b5f184c0
commit
a00ac6dd4d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user