]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/window.cpp
use IMPLEMENT_APP_CONSOLE and not IMPLEMENT_APP for console apps
[wxWidgets.git] / src / gtk / window.cpp
index f7c7bf4e249a7b60448a8eeba610c18cedc0e401..5634ab6e2bc3753995b903188b986dd8e5807a58 100644 (file)
@@ -2419,8 +2419,6 @@ void wxWindowGTK::DoSetSize( int x, int y, int width, int height, int sizeFlags
     if (height != -1)
         m_height = height;
 
-    ConstrainSize();
-
     if (m_parent->m_wxwindow)
     {
         wxPizza* pizza = WX_PIZZA(m_parent->m_wxwindow);