]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/window.cpp
Fix for lines not wrapping soon enough if tabs are present
[wxWidgets.git] / src / gtk / window.cpp
index 26e7dc2b446f9b1a7d3ff0bde73b3230ed58d3a3..85c1dfc1d147c33d4275dce3e2b8b8f014b7592f 100644 (file)
@@ -2615,8 +2615,7 @@ void wxWindowGTK::OnInternalIdle()
         m_needsStyleChange = false;
     }
 
-    if (wxUpdateUIEvent::CanUpdate(this) && IsShownOnScreen())
-        UpdateWindowUI(wxUPDATE_UI_FROMIDLE);
+    wxWindowBase::OnInternalIdle();
 }
 
 void wxWindowGTK::DoGetSize( int *width, int *height ) const