ENH: GUI: remove object limited warning
jira: no-jira Change-Id: I89bc082721bdc05ed2f41febc12a4f4252308ac0 (cherry picked from commit ff02619730f6af3910b535c419fc798b4a9a9d62)
This commit is contained in:
@@ -15613,12 +15613,12 @@ void Plater::validate_current_plate(bool& model_fits, bool& validate_error)
|
||||
NotificationManager::NotificationLevel::ErrorNotificationLevel);
|
||||
}
|
||||
|
||||
if (state == ModelInstancePVS_Limited) {
|
||||
/*if (state == ModelInstancePVS_Limited) {
|
||||
p->notification_manager->push_plater_warning_notification(get_object_limited_text());
|
||||
}
|
||||
else {
|
||||
p->notification_manager->close_plater_warning_notification(get_object_limited_text());
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
PartPlate* part_plate = p->partplate_list.get_curr_plate();
|
||||
|
||||
Reference in New Issue
Block a user