From 06a7419e7163348a8a3a4e376db5634a691c2e48 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 25 Aug 2006 13:07:16 +0000 Subject: [PATCH] forgot GTKSetDelayedFocusIfNeeded() call in the last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/control.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gtk/control.cpp b/src/gtk/control.cpp index 21e35fd0d2..0fe56326ee 100644 --- a/src/gtk/control.cpp +++ b/src/gtk/control.cpp @@ -377,6 +377,8 @@ void wxControl::OnInternalIdle() GTKUpdateCursor(); + GTKSetDelayedFocusIfNeeded(); + if ( wxUpdateUIEvent::CanUpdate(this) ) UpdateWindowUI(wxUPDATE_UI_FROMIDLE); } -- 2.45.2