PartDesign: Fillet Draft Chamfer Thickness : Add warning message on empty feature creation
This commit is contained in:
@@ -318,6 +318,10 @@ void TaskChamferParameters::apply()
|
||||
ui->chamferAngle->apply();
|
||||
break;
|
||||
}
|
||||
|
||||
//Alert user if he created an empty feature
|
||||
if (ui->listWidgetReferences->count() == 0)
|
||||
Base::Console().Warning(tr("Empty chamfer created !\n").toStdString().c_str());
|
||||
}
|
||||
|
||||
//**************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user