mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: do not add L prefix to empty string
Change-Id: I0fc7f57baf256452645be497020d75ffaf9c20f4
This commit is contained in:
@@ -2320,7 +2320,7 @@ bool ObjectList::del_subobject_from_object(const int obj_idx, const int idx, con
|
||||
else if (type == itInstance) {
|
||||
if (object->instances.size() == 1) {
|
||||
// BBS: remove snapshot name "Last instance of an object cannot be deleted."
|
||||
Slic3r::GUI::show_error(nullptr, _L(""));
|
||||
Slic3r::GUI::show_error(nullptr, "");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user