From: Vadim Zeitlin Date: Fri, 25 Aug 2006 13:07:16 +0000 (+0000) Subject: forgot GTKSetDelayedFocusIfNeeded() call in the last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/06a7419e7163348a8a3a4e376db5634a691c2e48?hp=1c2b98d6f555f97dbb4d1f2af496cd9201893d8d forgot GTKSetDelayedFocusIfNeeded() call in the last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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); }