UX: Convert 'Change type' to submenu with checkmarks (#12205)

* UX: Convert 'Change type' to submenu with checkmarks

* Update GUI_ObjectList.cpp

* Update GUI_ObjectList.hpp

---------

Co-authored-by: yw4z <ywsyildiz@gmail.com>
This commit is contained in:
Eldenroot
2026-04-04 03:31:26 +02:00
committed by GitHub
parent e4a207891d
commit d7dbe6a0ed
3 changed files with 177 additions and 12 deletions

View File

@@ -414,6 +414,8 @@ public:
ModelVolume* get_selected_model_volume();
void change_part_type();
void set_volume_type(ModelVolumeType new_type);
ModelVolumeType get_selected_volume_type();
void last_volume_is_deleted(const int obj_idx);
void update_and_show_object_settings_item();