Fix failed export message when cgal errors are detected on target meshes

This commit is contained in:
tamasmeszaros 2023-03-14 12:55:45 +01:00
parent 4e64e7e74f
commit 5a586b2b4e

View file

@ -6402,7 +6402,7 @@ void Plater::export_stl_obj(bool extended, bool selection_only)
}
if (mesh.empty()) {
get_notification_manager()->push_plater_warning_notification(
get_notification_manager()->push_plater_error_notification(
_u8L("Unable to perform boolean operation on model meshes. "
"Only positive parts will be exported."));