]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dialog.cpp
split wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANGING/ED pair for consistency...
[wxWidgets.git] / src / os2 / dialog.cpp
index e17a1414d8736fb0fd4276f838db47305102df69..abb905f2f81677ca8903a6195c5ef3de5073c609 100644 (file)
@@ -212,6 +212,9 @@ bool wxDialog::Show( bool bShow )
 
     if (bShow)
     {
+        if (CanDoLayoutAdaptation())
+            DoLayoutAdaptation();
+
         // this usually will result in TransferDataToWindow() being called
         // which will change the controls values so do it before showing as
         // otherwise we could have some flicker