From 7cacd261fab7170dfb0475354ac3975441f2dca5 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 25 Apr 2019 21:54:47 -0700 Subject: Minor improvements to keyboard navigation --- nuklear_ui/blastem_nuklear.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuklear_ui/blastem_nuklear.c') diff --git a/nuklear_ui/blastem_nuklear.c b/nuklear_ui/blastem_nuklear.c index a237f33..ed8d86e 100644 --- a/nuklear_ui/blastem_nuklear.c +++ b/nuklear_ui/blastem_nuklear.c @@ -2076,6 +2076,10 @@ static void style_init(void) .r = 255, .g = 128, .b = 0, .a = 255 }; context->style.checkbox.cursor_hover = context->style.checkbox.cursor_normal; + context->style.property.inc_button.text_hover = (struct nk_color){ + .r = 255, .g = 128, .b = 0, .a = 255 + }; + context->style.property.dec_button.text_hover = context->style.property.inc_button.text_hover; } static void context_created(void) -- cgit v1.2.3