From 3aa7e067c3856ad12f41335946dffa861068b8f7 Mon Sep 17 00:00:00 2001 From: stv Date: Fri, 16 Feb 2007 08:25:36 +0000 Subject: [PATCH] *** empty log message *** --- src/Qtx/QtxDialog.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.2