forgot GTKSetDelayedFocusIfNeeded() call in the last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-08-25 13:07:16 +00:00
parent 1c2b98d6f5
commit 06a7419e71

View File

@@ -377,6 +377,8 @@ void wxControl::OnInternalIdle()
GTKUpdateCursor();
GTKSetDelayedFocusIfNeeded();
if ( wxUpdateUIEvent::CanUpdate(this) )
UpdateWindowUI(wxUPDATE_UI_FROMIDLE);
}