mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-24 16:30:35 +05:00
DCQ: prepare V2.0.0
This commit is contained in:
parent
3da60de898
commit
e0dd6fa845
@ -449,7 +449,11 @@ void OperationGUI_FilletDlg::MakePreview()
|
||||
|
||||
for(int i = 1; i <= fill.NbContours(); i++) {
|
||||
try {
|
||||
#if OCC_VERSION_MAJOR >= 5
|
||||
fill.SetRadius(myRadius,i,i);
|
||||
#else
|
||||
fill.SetRadius(myRadius,i);
|
||||
#endif
|
||||
}
|
||||
catch(Standard_Failure) {
|
||||
QApplication::restoreOverrideCursor();
|
||||
|
Loading…
Reference in New Issue
Block a user