]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
INT PAL 52903: TC7.7.0: Incorrect behavior in "Shape processing" dialog
authorvsr <vsr@opencascade.com>
Wed, 7 Oct 2015 07:57:04 +0000 (10:57 +0300)
committervsr <vsr@opencascade.com>
Wed, 7 Oct 2015 07:57:04 +0000 (10:57 +0300)
src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx

index e3df32f8a66842b0e03c89a37e8b85c9f78f6986..71d3ce0f2cfc476c1eb4772ca4a10b106dff07b8 100755 (executable)
@@ -361,7 +361,7 @@ void RepairGUI_ShapeProcessDlg::init()
   //myOpList->setCurrentRow( myOpList->findItem( 0 );
   reset();
 
-  myStack->setCurrentIndex( 0 );
+  myOpList->setCurrentRow(0);
 
   initName( tr( "PROCESS_SHAPE_NEW_OBJ_NAME" ));
   selectionChanged();