diff options
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r-- | src/gui/theme.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index cfa9ab49d..04c355e0f 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -171,6 +171,8 @@ class Theme : public Palette, public ConfigListener PROGRESS_BAR, BUTTON, BUTTON_DISABLED, + BUTTON_HIGHLIGHTED, + BUTTON_PRESSED, CHECKBOX, DROPDOWN, LABEL, |