FIX:fix three icons in dark mode not switching

jira: none
Change-Id: I0b49e3dc2e4d9ae7f53e45e456de830736f0acc8
(cherry picked from commit 38abdcdcdc1e49455e131b20cc29af888d56531c)
This commit is contained in:
zhou.xu
2025-03-12 12:10:38 +08:00
committed by Noisyfox
parent aeaafff9ed
commit 616082ae12
6 changed files with 39 additions and 20 deletions

View File

@@ -419,7 +419,7 @@ public:
void update_and_show_object_settings_item();
void update_settings_item_and_selection(wxDataViewItem item, wxDataViewItemArray& selections);
void update_object_list_by_printer_technology();
void update_info_items(size_t obj_idx, wxDataViewItemArray* selections = nullptr, bool added_object = false);
void update_info_items(size_t obj_idx, wxDataViewItemArray *selections = nullptr, bool added_object = false, bool color_mode_changed = false);
void update_variable_layer_obj_num(ObjectDataViewModelNode* obj_node, size_t layer_data_count);
void instances_to_separated_object(const int obj_idx, const std::set<int>& inst_idx);