From b3c3ae465f473493c1790a65aa9c9c110c3b9d89 Mon Sep 17 00:00:00 2001 From: asl Date: Mon, 29 Aug 2005 09:46:07 +0000 Subject: [PATCH] PAL9807 --- src/VISUGUI/VisuGUI_CutLinesDlg.cxx | 2 +- src/VISUGUI/VisuGUI_CutPlanesDlg.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VISUGUI/VisuGUI_CutLinesDlg.cxx b/src/VISUGUI/VisuGUI_CutLinesDlg.cxx index 6e3d7246..2153506b 100644 --- a/src/VISUGUI/VisuGUI_CutLinesDlg.cxx +++ b/src/VISUGUI/VisuGUI_CutLinesDlg.cxx @@ -44,7 +44,7 @@ bool VisuGUI_CutLinesDlg::MYGenerateTable = true; bool VisuGUI_CutLinesDlg::MYGenerateCurve = true; VisuGUI_CutLinesDlg::VisuGUI_CutLinesDlg (SalomeApp_Module* theModule) - : QDialog(VISU::GetDesktop(theModule), "VisuGUI_CutLinesDlg", true, + : QDialog(VISU::GetDesktop(theModule), "VisuGUI_CutLinesDlg", false, WStyle_Customize | WStyle_NormalBorder | WStyle_Title | WStyle_SysMenu), myPreviewActor(0) { diff --git a/src/VISUGUI/VisuGUI_CutPlanesDlg.cxx b/src/VISUGUI/VisuGUI_CutPlanesDlg.cxx index f55b4b54..8b921771 100644 --- a/src/VISUGUI/VisuGUI_CutPlanesDlg.cxx +++ b/src/VISUGUI/VisuGUI_CutPlanesDlg.cxx @@ -459,7 +459,7 @@ void VisuGUI_CutPlanesPane::onPreviewCheck (bool thePreview) Constructor */ VisuGUI_CutPlanesDlg::VisuGUI_CutPlanesDlg (SalomeApp_Module* theModule) - : QDialog(VISU::GetDesktop(theModule), "VisuGUI_CutPlanesDlg", true, + : QDialog(VISU::GetDesktop(theModule), "VisuGUI_CutPlanesDlg", false, WStyle_Customize | WStyle_NormalBorder | WStyle_Title | WStyle_SysMenu) { setCaption("Cut Planes Definition"); -- 2.39.2