"Sequential slider applied only to top layer" parameter from the Preferences is applied just for the horizontal slider now

This commit is contained in:
YuSanka 2020-11-03 15:44:59 +01:00
parent b84efca01e
commit 4d7b5d4451
2 changed files with 8 additions and 5 deletions

View file

@ -293,6 +293,7 @@ protected:
void draw_thumb_text(wxDC& dc, const wxPoint& pos, const SelectedSlider& selection) const;
void update_thumb_rect(const wxCoord begin_x, const wxCoord begin_y, const SelectedSlider& selection);
bool is_lower_thumb_editable();
bool detect_selected_slider(const wxPoint& pt);
void correct_lower_value();
void correct_higher_value();