mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Fix bug with not displaying flags for incompatible presets
This commit is contained in:
parent
7047f4365a
commit
0596660dda
3 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ protected:
|
|||
|
||||
public:
|
||||
PresetBundle* m_preset_bundle;
|
||||
bool m_show_btn_incompatible_presets;
|
||||
bool m_show_btn_incompatible_presets = false;
|
||||
PresetCollection* m_presets;
|
||||
DynamicPrintConfig* m_config;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue