From: ana Date: Wed, 20 May 2015 10:23:31 +0000 (+0300) Subject: Fix for "0052722: TC7.6.0 Incorrect behavior in "Shape processing" dialog" issue X-Git-Tag: V7_6_0rc1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=02107d63e897c70d3dda2509afb4f58bdd10f56d;p=modules%2Fgeom.git Fix for "0052722: TC7.6.0 Incorrect behavior in "Shape processing" dialog" issue --- diff --git a/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx b/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx index 0ad89b708..e3df32f8a 100755 --- a/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx +++ b/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx @@ -959,6 +959,7 @@ void RepairGUI_ShapeProcessDlg::operatorChecked( QListWidgetItem * item ) { if ( item && item->checkState() == Qt::Checked ) { + item->setSelected(true); myStack->setCurrentIndex( myOpList->row( item )); } updateSelectAll();