Fixed selection of thumbs into gcode sequential view slider

This commit is contained in:
enricoturri1966 2020-05-21 13:07:55 +02:00
parent 0d579f5467
commit 4eb1b9432f
2 changed files with 6 additions and 3 deletions

View file

@ -283,7 +283,7 @@ protected:
void draw_tick_text(wxDC& dc, const wxPoint& pos, int tick, bool right_side = true) const;
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);
void update_thumb_rect(const wxCoord begin_x, const wxCoord begin_y, const SelectedSlider& selection);
bool detect_selected_slider(const wxPoint& pt);
void correct_lower_value();
void correct_higher_value();