Fix of an icon size slider under OSX and GTK

This commit is contained in:
YuSanka
2019-05-22 17:08:02 +02:00
parent ccdd68f157
commit a1e09c3db3
3 changed files with 37 additions and 12 deletions

View File

@@ -17,6 +17,7 @@ class PreferencesDialog : public DPIDialog
std::map<std::string, std::string> m_values;
std::shared_ptr<ConfigOptionsGroup> m_optgroup;
wxSizer* m_icon_size_sizer;
bool isOSX {false};
public:
PreferencesDialog(wxWindow* parent);
~PreferencesDialog() {}