Changes to performance.

This commit is contained in:
YuSanka 2018-04-16 13:43:01 +02:00
parent b881ae936f
commit 5d39126989
2 changed files with 35 additions and 13 deletions

View file

@ -118,6 +118,7 @@ protected:
bool m_is_modified_values{ false };
bool m_is_nonsys_values{ true };
bool m_postpone_update_ui {false};
public:
PresetBundle* m_preset_bundle;
@ -153,7 +154,7 @@ public:
wxSizer* compatible_printers_widget(wxWindow* parent, wxCheckBox** checkbox, wxButton** btn);
void update_presetsctrl(wxDataViewTreeCtrl* ui, bool show_incompatible);
void load_key_value(const std::string& opt_key, const boost::any& value);
void load_key_value(const std::string& opt_key, const boost::any& value, bool saved_value = false);
void reload_compatible_printers_widget();
void OnTreeSelChange(wxTreeEvent& event);