mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: fix enable status in object menu
Change-Id: Ie2f8302a6d2b345d7715401c8a4f9467a5fe05ce
This commit is contained in:
@@ -924,7 +924,7 @@ void MenuFactory::create_object_menu()
|
||||
[]() { return plater()->can_split(false); }, m_parent);
|
||||
|
||||
append_submenu(&m_object_menu, split_menu, wxID_ANY, _L("Split"), _L("Split the selected object"), "",
|
||||
[]() { return plater()->can_split(true); }, m_parent);
|
||||
[]() { return plater()->can_split(true) || plater()->can_split(false); }, m_parent);
|
||||
m_object_menu.AppendSeparator();
|
||||
|
||||
// BBS: remove Layers Editing
|
||||
|
||||
Reference in New Issue
Block a user