From: stv Date: Fri, 16 Feb 2007 08:25:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: For_HDF~34 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3aa7e067c3856ad12f41335946dffa861068b8f7;p=modules%2Fgui.git *** empty log message *** --- diff --git a/src/Qtx/QtxDialog.cxx b/src/Qtx/QtxDialog.cxx index 7295f9b38..d11e8127e 100755 --- a/src/Qtx/QtxDialog.cxx +++ b/src/Qtx/QtxDialog.cxx @@ -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