]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
PAL9807
authorasl <asl@opencascade.com>
Mon, 29 Aug 2005 09:46:07 +0000 (09:46 +0000)
committerasl <asl@opencascade.com>
Mon, 29 Aug 2005 09:46:07 +0000 (09:46 +0000)
src/VISUGUI/VisuGUI_CutLinesDlg.cxx
src/VISUGUI/VisuGUI_CutPlanesDlg.cxx

index 6e3d7246605a09a44a30a9a29f7306c6d4abe73e..2153506b55db1465c3c1b612725a0fddbdd975a6 100644 (file)
@@ -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)
 {
index f55b4b5414604bd4e19678c6d3f25988f6c964c7..8b92177108b4a47ba17a965c7d18ce5262c6f604 100644 (file)
@@ -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");