]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dialog.cpp
compile fix for Mac
[wxWidgets.git] / src / gtk / dialog.cpp
index 2d37fd8b8e442d0aaddafb674f6ffb18c0faf82b..2ff8564b786a6a256c27a8f00a1171603e928fd7 100644 (file)
@@ -83,7 +83,7 @@ bool wxDialog::Show( bool show )
            much ugly flicker nor from within the size_allocate
            handler, because GTK 1.1.X forbids that. */
 
-        GtkOnSize( m_x, m_y, m_width, m_height );
+        GtkOnSize();
     }
 
     bool ret = wxWindow::Show( show );