From: imn Date: Mon, 29 Aug 2016 16:12:22 +0000 (+0300) Subject: INT PAL 53459: Extrusion along path X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fimn%2F53459;p=modules%2Fgeom.git INT PAL 53459: Extrusion along path --- diff --git a/src/GenerationGUI/GenerationGUI_PipeDlg.cxx b/src/GenerationGUI/GenerationGUI_PipeDlg.cxx index d4e23678e..15bcb76f4 100644 --- a/src/GenerationGUI/GenerationGUI_PipeDlg.cxx +++ b/src/GenerationGUI/GenerationGUI_PipeDlg.cxx @@ -353,6 +353,7 @@ void GenerationGUI_PipeDlg::SelectionIntoArgument() if ( myPath ) { QString aName = GEOMBase::GetName( myPath.get() ); myEditCurrentArgument->setText( aName ); + GroupMakePoints->LineEdit3->setText( aName ); if ( getConstructorId() == 1 && !myVec ) GroupPoints->PushButton3->click(); else if ( myBaseObjects.isEmpty() ) @@ -397,6 +398,7 @@ void GenerationGUI_PipeDlg::SelectionIntoArgument() if ( myPath ) { QString aName = GEOMBase::GetName( myPath.get() ); myEditCurrentArgument->setText( aName ); + GroupPoints->LineEdit2->setText( aName ); } updateGenGroup(); }