Fixed "color print" issues (SPE-836)

This commit is contained in:
YuSanka 2019-02-26 15:51:23 +01:00
parent 2f205dd77b
commit a398cbf24c
3 changed files with 39 additions and 15 deletions

View file

@ -791,6 +791,8 @@ protected:
double get_double_value(const SelectedSlider& selection);
private:
bool is_osx { false };
wxFont m_font;
int m_min_value;
int m_max_value;
int m_lower_value;