1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Fix bug with not displaying flags for incompatible presets

This commit is contained in:
YuSanka
2018-02-27 09:51:14 +01:00
parent 7047f4365a
commit 0596660dda
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;