1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-29 10:55:50 +00:00

Fixed wrong preset comboboxes updating on sidebar after preset changing on "Printer Settings" tab

This commit is contained in:
YuSanka
2018-11-16 11:14:56 +01:00
parent 70f1cdaf01
commit 4de0f574fb
3 changed files with 29 additions and 9 deletions
+2 -1
View File
@@ -175,6 +175,7 @@ protected:
bool m_show_incompatible_presets;
std::vector<std::string> m_reload_dependent_tabs = {};
std::vector<Preset::Type> m_dependent_tabs = {};
enum OptStatus { osSystemValue = 1, osInitValue = 2 };
std::map<std::string, int> m_options_list;
int m_opt_status_value = 0;
@@ -187,7 +188,7 @@ protected:
size_t m_selected_preset_item{ 0 };
void set_type();
void set_type();
public:
PresetBundle* m_preset_bundle;