mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 02:10:36 +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 )
|
if ( item && item->checkState() == Qt::Checked )
|
||||||
{
|
{
|
||||||
|
item->setSelected(true);
|
||||||
myStack->setCurrentIndex( myOpList->row( item ));
|
myStack->setCurrentIndex( myOpList->row( item ));
|
||||||
}
|
}
|
||||||
updateSelectAll();
|
updateSelectAll();
|
||||||
|
Loading…
Reference in New Issue
Block a user