]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dialog.cpp
make sure all wxDefault* and all wxNull* global instances are documented
[wxWidgets.git] / src / gtk1 / dialog.cpp
index 007c13df288dedaf286117507603aa02e4b90e5b..540910d9dc035f9b00b5cb016fad385a4464b07b 100644 (file)
@@ -162,6 +162,9 @@ bool wxDialog::Show( bool show )
         GtkOnSize( m_x, m_y, m_width, m_height );
     }
 
+    if (show && CanDoLayoutAdaptation())
+        DoLayoutAdaptation();
+
     bool ret = wxWindow::Show( show );
 
     if (show) InitDialog();