]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/control.cpp
we must turn off AA for XOR etc.
[wxWidgets.git] / src / gtk / control.cpp
index 9641245f398431d6079e6773f10aad799b50936d..f940e07bdb355389915ca4ca2f7f9650669c9e8f 100644 (file)
@@ -82,7 +82,7 @@ void wxControl::PostCreation(const wxSize& size)
     gtk_widget_ensure_style(m_widget);
 
     ApplyWidgetStyle();
-    SetInitialBestSize(size);
+    SetInitialSize(size);
 }
 
 // ----------------------------------------------------------------------------