Salome HOME
Fix for "0052722: TC7.6.0 Incorrect behavior in "Shape processing" dialog" issue
[modules/geom.git] / src / RepairGUI / RepairGUI_ShapeProcessDlg.cxx
index 0ad89b70846ff414dab287483b186b331c79696d..e3df32f8a66842b0e03c89a37e8b85c9f78f6986 100755 (executable)
@@ -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();