]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dialog.cpp
updates for OpenVMS compile support
[wxWidgets.git] / src / motif / dialog.cpp
index 95abbae57c29cdab13a46a4ac20df4a03cbc214f..ceb4ca922e20df771fd869b6ed7faee5a0cb6854 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#ifdef __VMS
-#define XtDisplay XTDISPLAY
-#define XtWindow XTWINDOW
-#define XtParent XTPARENT
-#define XtScreen XTSCREEN
-#endif
-
 #include "wx/dialog.h"
 
 #ifndef WX_PRECOMP
@@ -252,6 +245,9 @@ bool wxDialog::Show( bool show )
 
     if (show)
     {
+        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