Salome HOME
size of image is limited by 7000 pixels
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ProfileInterpolateDlg.cxx
index 70b3a7e206905f4eef981a971a56a18b3ca3780c..fe3f1beb58e6cd8277a53703176a2ab5d9ff7344 100644 (file)
@@ -45,7 +45,7 @@
 #include <HYDROData_Profile.h>
 
 HYDROGUI_ProfileInterpolateDlg::HYDROGUI_ProfileInterpolateDlg( HYDROGUI_Module* theModule, const QString& theTitle )
-    : HYDROGUI_ViewerDlg( theModule, theTitle )
+    : HYDROGUI_ViewerDlg( theModule, theTitle, false )
 {
     QWidget* main = new QGroupBox( mainFrame() );
     QGridLayout* base = new QGridLayout( main );