1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-21 09:44:26 +00:00

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
+1
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() {}