mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Fix for "0052722: TC7.6.0 Incorrect behavior in "Shape processing" dialog" issue
This commit is contained in:
parent
38f42c5163
commit
02107d63e8
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user