]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/toolbar.cpp
always skip OnSize
[wxWidgets.git] / src / gtk / toolbar.cpp
index b25f775019f4743eeb74771cd5bc9ee1f682d005..969c7f9f360f55b806ea72b459a3e10d662d4bff 100644 (file)
@@ -747,20 +747,6 @@ void wxToolBar::SetToolDisabledBitmap( int id, const wxBitmap& bitmap )
     }
 }
 
-// ----------------------------------------------------------------------------
-// wxToolBar idle handling
-// ----------------------------------------------------------------------------
-
-void wxToolBar::OnInternalIdle()
-{
-    // Check if we have to show window now
-    if (GTKShowFromOnIdle()) return;
-
-    if (wxUpdateUIEvent::CanUpdate(this) && IsShownOnScreen())
-        UpdateWindowUI(wxUPDATE_UI_FROMIDLE);
-}
-
-
 // ----------------------------------------------------------------------------
 
 // static