From: vsr Date: Wed, 7 Oct 2015 07:57:04 +0000 (+0300) Subject: INT PAL 52903: TC7.7.0: Incorrect behavior in "Shape processing" dialog X-Git-Tag: V7_7_0_WIN~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1d1c325da545a4ab4fb80f7ddb590958123ad186;p=modules%2Fgeom.git INT PAL 52903: TC7.7.0: Incorrect behavior in "Shape processing" dialog --- diff --git a/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx b/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx index e3df32f8a..71d3ce0f2 100755 --- a/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx +++ b/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx @@ -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();