Fix for SPE-1267
"All" checkbox wasn\t correctly updated. A compatible_widget_reload() function is called when "Dependencies" page is activated and when "compatible_*" value is changed.
This commit is contained in:
parent
31e4a20f6d
commit
37da0956cb
2 changed files with 13 additions and 42 deletions
|
@ -408,7 +408,6 @@ public:
|
|||
~TabPrint() {}
|
||||
|
||||
void build() override;
|
||||
void reload_config() override;
|
||||
void update_description_lines() override;
|
||||
void toggle_options() override;
|
||||
void update() override;
|
||||
|
@ -442,7 +441,6 @@ public:
|
|||
~TabFilament() {}
|
||||
|
||||
void build() override;
|
||||
void reload_config() override;
|
||||
void update_description_lines() override;
|
||||
void toggle_options() override;
|
||||
void update() override;
|
||||
|
@ -515,7 +513,6 @@ public:
|
|||
~TabSLAMaterial() {}
|
||||
|
||||
void build() override;
|
||||
void reload_config() override;
|
||||
void toggle_options() override;
|
||||
void update() override;
|
||||
void init_options_list() override;
|
||||
|
@ -532,7 +529,6 @@ public:
|
|||
ogStaticText* m_support_object_elevation_description_line = nullptr;
|
||||
|
||||
void build() override;
|
||||
void reload_config() override;
|
||||
void update_description_lines() override;
|
||||
void toggle_options() override;
|
||||
void update() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue