]> SALOME platform Git repositories - modules/hydro.git/blobdiff - src/HYDROGUI/HYDROGUI_PolylineDlg.cxx
Salome HOME
Name validator is added to the Calculation Case dialog.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_PolylineDlg.cxx
index e68a8f6743e1549eb2173c98e26e89ff9b114e61..52087532823dc23305f6f3f65816ea7b7d54523a 100755 (executable)
@@ -43,6 +43,7 @@ HYDROGUI_PolylineDlg::HYDROGUI_PolylineDlg( HYDROGUI_Module* theModule, const QS
   addLayout(aNameLayout);
 
   myEditorWidget = new CurveCreator_Widget( this, NULL );
+  myEditorWidget->setInstantSketchingEnabled( true );
   addWidget( myEditorWidget, 3 );
 
   myAddElementBox = new QGroupBox( tr( "ADD_ELEMENT" ), this );