]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message ***
authorstv <stv@opencascade.com>
Fri, 16 Feb 2007 08:25:36 +0000 (08:25 +0000)
committerstv <stv@opencascade.com>
Fri, 16 Feb 2007 08:25:36 +0000 (08:25 +0000)
src/Qtx/QtxDialog.cxx

index 7295f9b38f5c0f41dc6dec3d1181905bab1358cc..d11e8127e37d4c071681f99aac03e6b4978a1335 100755 (executable)
@@ -410,11 +410,9 @@ QSize QtxDialog::Border::minimumSizeHint() const
 */
 QtxDialog::QtxDialog( QWidget* parent, bool modal, bool allowResize, const int f, Qt::WindowFlags wf )
 : QDialog( parent, (Qt::WindowFlags)( wf | Qt::WindowTitleHint | Qt::WindowSystemMenuHint | Qt::Dialog |
-          //#ifdef WIN32
+#ifdef WIN32
            ( allowResize ? 0 : Qt::FramelessWindowHint ) |
-          //#else
-          //           WStyle_NormalBorder |
-          //#endif
+#endif
            ( ( allowResize 
 #ifdef WIN32 
               // in qwidget_win.cpp flag WStyle_ContextHelp will be unset in WStyle_MinMax in switched ON