Skip to content

Commit

Permalink
Fix/update
Browse files Browse the repository at this point in the history
  • Loading branch information
rswinkle committed Nov 26, 2024
1 parent 2282b6c commit 0f90945
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion demo/common/style_configurator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0f90945

Please sign in to comment.