diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-04-27 11:23:35 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-04-27 11:23:35 -0700 |
commit | 2bc20c30fbb1082a5173283f0ef6aa7facc6449e (patch) | |
tree | f86ef1ea0578dc2360de78f729d5e2ea0c9c082b /nuklear_ui/blastem_nuklear.c | |
parent | 7cacd261fab7170dfb0475354ac3975441f2dca5 (diff) |
Make combo boxes keyboard navigable
Diffstat (limited to 'nuklear_ui/blastem_nuklear.c')
-rw-r--r-- | nuklear_ui/blastem_nuklear.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nuklear_ui/blastem_nuklear.c b/nuklear_ui/blastem_nuklear.c index ed8d86e..e6f18c8 100644 --- a/nuklear_ui/blastem_nuklear.c +++ b/nuklear_ui/blastem_nuklear.c @@ -2080,6 +2080,7 @@ static void style_init(void) .r = 255, .g = 128, .b = 0, .a = 255 }; context->style.property.dec_button.text_hover = context->style.property.inc_button.text_hover; + context->style.combo.button.text_hover = context->style.property.inc_button.text_hover; } static void context_created(void) |