mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-25 17:00:35 +05:00
Exception in Check
This commit is contained in:
parent
de29e543b9
commit
2796ee3c59
@ -360,6 +360,9 @@ void MeasureGUI_CheckCompoundOfBlocksDlg::onErrorsListSelectionChanged()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
myGrp->ListBox2->clear();
|
||||||
|
|
||||||
|
if (aCurItem < aErrs.length()) {
|
||||||
GEOM::GEOM_IBlocksOperations::BCError aErr = aErrs[aCurItem];
|
GEOM::GEOM_IBlocksOperations::BCError aErr = aErrs[aCurItem];
|
||||||
GEOM::ListOfLong aObjLst = aErr.incriminated;
|
GEOM::ListOfLong aObjLst = aErr.incriminated;
|
||||||
QStringList aSubShapeList;
|
QStringList aSubShapeList;
|
||||||
@ -374,9 +377,9 @@ void MeasureGUI_CheckCompoundOfBlocksDlg::onErrorsListSelectionChanged()
|
|||||||
aSubShapeList.append( QString( "%1_%2" ).arg( aType ).arg( aObjLst[i] ) );
|
aSubShapeList.append( QString( "%1_%2" ).arg( aType ).arg( aObjLst[i] ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
myGrp->ListBox2->clear();
|
|
||||||
myGrp->ListBox2->addItems( aSubShapeList );
|
myGrp->ListBox2->addItems( aSubShapeList );
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
// function : onSubShapesListSelectionChanged
|
// function : onSubShapesListSelectionChanged
|
||||||
|
Loading…
Reference in New Issue
Block a user