Update nuklear_style.c
This commit is contained in:
parent
48434308c6
commit
a6973c2d64
|
@ -95,6 +95,7 @@ nk_style_from_table(struct nk_context *ctx, const struct nk_color *table)
|
||||||
struct nk_style_toggle *toggle;
|
struct nk_style_toggle *toggle;
|
||||||
struct nk_style_selectable *select;
|
struct nk_style_selectable *select;
|
||||||
struct nk_style_slider *slider;
|
struct nk_style_slider *slider;
|
||||||
|
struct nk_style_knob *knob;
|
||||||
struct nk_style_progress *prog;
|
struct nk_style_progress *prog;
|
||||||
struct nk_style_scrollbar *scroll;
|
struct nk_style_scrollbar *scroll;
|
||||||
struct nk_style_edit *edit;
|
struct nk_style_edit *edit;
|
||||||
|
|
Loading…
Reference in New Issue