Fix for "0052722: TC7.6.0 Incorrect behavior in "Shape processing" dialog" issue

This commit is contained in:
ana 2015-05-20 13:23:31 +03:00
parent 38f42c5163
commit 02107d63e8

View File

@ -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();