diff nuklear_ui/blastem_nuklear.c @ 1855:92532eb6986d

Make combo boxes keyboard navigable
author Michael Pavone <pavone@retrodev.com>
date Sat, 27 Apr 2019 11:23:35 -0700
parents 58b6f5d918f4
children 1844cf5a4045
line wrap: on
line diff
--- a/nuklear_ui/blastem_nuklear.c	Thu Apr 25 21:54:47 2019 -0700
+++ b/nuklear_ui/blastem_nuklear.c	Sat Apr 27 11:23:35 2019 -0700
@@ -2080,6 +2080,7 @@
 		.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)