mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Disable "Split" menu item for non-splittable objects
This commit is contained in:
parent
f471362e86
commit
4e9e59fd80
4 changed files with 52 additions and 26 deletions
|
@ -79,6 +79,7 @@ void object_ctrl_context_menu();
|
|||
void object_ctrl_key_event(wxKeyEvent& event);
|
||||
void object_ctrl_item_value_change(wxDataViewEvent& event);
|
||||
void show_context_menu();
|
||||
bool is_splittable_object(const bool split_part);
|
||||
|
||||
void init_mesh_icons();
|
||||
void set_event_object_selection_changed(const int& event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue