mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Check selection for PresetComboBox
This commit is contained in:
parent
fe8e431356
commit
b3c5a62709
2 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue