]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/control.cpp
Use a " " (space) for the menu item if an empty string is used for an item in a wxCho...
[wxWidgets.git] / src / gtk / control.cpp
index b79878875b33ec6d2fad082dff46b70df6655df0..0191a2f91963ab654f5c73eab6b611b06677ccbb 100644 (file)
@@ -323,11 +323,6 @@ void wxControl::OnInternalIdle()
     if ( GTKShowFromOnIdle() )
         return;
 
-    if ( GTK_WIDGET_REALIZED(m_widget) )
-    {
-        GTKUpdateCursor();
-    }
-
     if ( wxUpdateUIEvent::CanUpdate(this) && IsShownOnScreen() )
         UpdateWindowUI(wxUPDATE_UI_FROMIDLE);
 }