This commit is contained in:
YuSanka 2019-02-20 16:09:18 +01:00
parent 84f22ed50b
commit 5bc20401cd
2 changed files with 24 additions and 15 deletions

View file

@ -203,6 +203,8 @@ protected:
void set_type();
std::set<std::string> m_dirty_options = {};
public:
PresetBundle* m_preset_bundle;
bool m_show_btn_incompatible_presets = false;
@ -281,6 +283,7 @@ protected:
void update_frequently_changed_parameters();
void fill_icon_descriptions();
void set_tooltips_text();
bool update_completed() const { return m_dirty_options.empty(); }
};
class TabPrint : public Tab