]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix for "0052722: TC7.6.0 Incorrect behavior in "Shape processing" dialog" issue V7_6_0 V7_6_0rc1
authorana <ana@opencascade.com>
Wed, 20 May 2015 10:23:31 +0000 (13:23 +0300)
committerana <ana@opencascade.com>
Wed, 20 May 2015 10:23:31 +0000 (13:23 +0300)
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();