1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-29 10:55:50 +00:00

Check selection for PresetComboBox

This commit is contained in:
YuSanka
2018-12-03 15:16:33 +01:00
parent fe8e431356
commit b3c5a62709
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@ public:
void set_label_marker(int item);
void set_extruder_idx(const int extr_idx) { extruder_idx = extr_idx; }
int get_extruder_idx() const { return extruder_idx; }
void check_selection();
private:
typedef std::size_t Marker;