]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
INT PAL 53459: Extrusion along path imn/53459
authorimn <imn@opencascade.com>
Mon, 29 Aug 2016 16:12:22 +0000 (19:12 +0300)
committerimn <imn@opencascade.com>
Mon, 29 Aug 2016 16:12:22 +0000 (19:12 +0300)
src/GenerationGUI/GenerationGUI_PipeDlg.cxx

index d4e23678e0dbe484987eb4fb35c9104a3206967d..15bcb76f436812d56d99322be92b391b6a45f518 100644 (file)
@@ -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();
   }