]> git.saurik.com Git - wxWidgets.git/commitdiff
Reenable wxFULL_REPAINT_ON_RESIZE line.
authorRobert Roebling <robert@roebling.de>
Wed, 15 Feb 2006 09:02:58 +0000 (09:02 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 15 Feb 2006 09:02:58 +0000 (09:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/window.cpp

index e573871d0de99a1893668a8689fe25169722bab9..c1b8439792c84cddad3254e30bce51ddf7916f51 100644 (file)
@@ -2709,7 +2709,7 @@ void wxWindowGTK::PostCreation()
             g_signal_connect (m_wxwindow, "expose_event",
                               G_CALLBACK (gtk_window_expose_callback), this);
 
-            // gtk_widget_set_redraw_on_allocate( GTK_WIDGET(m_wxwindow), !HasFlag( wxFULL_REPAINT_ON_RESIZE ) );
+            gtk_widget_set_redraw_on_allocate( GTK_WIDGET(m_wxwindow), HasFlag( wxFULL_REPAINT_ON_RESIZE ) );
         }
 
         // Create input method handler