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

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;