Merge remote-tracking branch 'origin/ys_fix_cb_selection'

This commit is contained in:
YuSanka 2020-03-25 11:12:37 +01:00
commit de06c5d659
5 changed files with 22 additions and 8 deletions

View file

@ -69,7 +69,7 @@ public:
void set_extruder_idx(const int extr_idx) { extruder_idx = extr_idx; }
int get_extruder_idx() const { return extruder_idx; }
int em_unit() const { return m_em_unit; }
void check_selection();
void check_selection(int selection);
void msw_rescale();