mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
PresetComboBox class:: code refactoring
This commit is contained in:
parent
6d28d68e4a
commit
f7119c42f4
2 changed files with 65 additions and 104 deletions
|
@ -91,6 +91,10 @@ protected:
|
|||
int thin_space_icon_width;
|
||||
int wide_space_icon_width;
|
||||
|
||||
void invalidate_selection();
|
||||
void validate_selection(bool predicate = false);
|
||||
void update_selection();
|
||||
|
||||
#ifdef __linux__
|
||||
static const char* separator_head() { return "------- "; }
|
||||
static const char* separator_tail() { return " -------"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue