mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 19:33:33 +02:00
LCL-GTK2: Disable an annoying DebugLn().
git-svn-id: trunk@59004 -
This commit is contained in:
parent
0be197cd4a
commit
bae00a04b3
@ -648,9 +648,9 @@ begin
|
||||
and gtk_window_has_TopLevel_Focus(Window) then
|
||||
begin
|
||||
// fake focus-out event
|
||||
{.$IFDEF VerboseFocus}
|
||||
{$IFDEF VerboseFocus}
|
||||
DebugLn('NOTE: Window with stalled focus found!, faking focus-out event');
|
||||
{.$ENDIF}
|
||||
{$ENDIF}
|
||||
event := gdk_event_new(GDK_FOCUS_CHANGE);
|
||||
event^.focus_change.window := TopLevelWin;
|
||||
event^.focus_change._type := GDK_FOCUS_CHANGE;
|
||||
|
Loading…
Reference in New Issue
Block a user