PresetComboBox class:: code refactoring

This commit is contained in:
YuSanka 2020-07-22 13:23:44 +02:00
parent 6d28d68e4a
commit f7119c42f4
2 changed files with 65 additions and 104 deletions

View file

@ -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 " -------"; }