Browse Source

Fix/update

Robert Winkler 10 months ago
parent
commit
0f90945214
1 changed files with 5 additions and 1 deletions
  1. 5 1
      demo/common/style_configurator.c

+ 5 - 1
demo/common/style_configurator.c

@@ -98,7 +98,11 @@ style_global_colors(struct nk_context* ctx, struct nk_color color_table[NK_COLOR
 		"COLOR_SCROLLBAR_CURSOR:",
 		"COLOR_SCROLLBAR_CURSOR_HOVER:",
 		"COLOR_SCROLLBAR_CURSOR_ACTIVE:",
-		"COLOR_TAB_HEADER:"
+		"COLOR_TAB_HEADER:",
+		"COLOR_KNOB:",
+		"COLOR_KNOB_CURSOR:",
+		"COLOR_KNOB_CURSOR_HOVER:",
+		"COLOR_KNOB_CURSOR_ACTIVE:"
 	};
 
 	int clicked = 0;