From fbebf54af40fc3ccb0a655efd24668010dc816e4 Mon Sep 17 00:00:00 2001 From: ouv Date: Fri, 27 Sep 2013 09:20:29 +0000 Subject: [PATCH] HYDRO feature 34: Polylines creation: improvements. --- src/HYDROGUI/HYDROGUI_PolylineDlg.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HYDROGUI/HYDROGUI_PolylineDlg.cxx b/src/HYDROGUI/HYDROGUI_PolylineDlg.cxx index e68a8f67..52087532 100755 --- a/src/HYDROGUI/HYDROGUI_PolylineDlg.cxx +++ b/src/HYDROGUI/HYDROGUI_PolylineDlg.cxx @@ -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 ); -- 2.30.2