]> git.saurik.com Git - wxWidgets.git/commitdiff
GTK+ paints during idle time, it doesn't need help with that
authorPaul Cornett <paulcor@bullseye.com>
Sun, 27 Aug 2006 00:57:37 +0000 (00:57 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sun, 27 Aug 2006 00:57:37 +0000 (00:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/window.cpp

index a177129ae7c3fda28b63fc8082204406ae6a441e..ce0eeaf86ab630e8fed5c89e885f6caa777f337d 100644 (file)
@@ -2903,9 +2903,6 @@ void wxWindowGTK::OnInternalIdle()
         m_needsStyleChange = false;
     }
     
-    // Update invalidated regions.
-    GtkUpdate();
-
     wxCursor cursor = m_cursor;
     if (g_globalCursor.Ok()) cursor = g_globalCursor;