From 1d1c325da545a4ab4fb80f7ddb590958123ad186 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 7 Oct 2015 10:57:04 +0300 Subject: [PATCH] INT PAL 52903: TC7.7.0: Incorrect behavior in "Shape processing" dialog --- src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2