From: Paul Cornett Date: Sun, 27 Aug 2006 00:57:37 +0000 (+0000) Subject: GTK+ paints during idle time, it doesn't need help with that X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5e26ba70aae9d38db01f0b8dd95472604e5c6436 GTK+ paints during idle time, it doesn't need help with that git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index a177129ae7..ce0eeaf86a 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -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;