Skip to content

Commit

Permalink
forgot to pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Zulauf committed Sep 30, 2024
2 parents 82c9700 + c7fa2ba commit c834254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/common/overview.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ overview(struct nk_context *ctx)
nk_checkbox_flags_label(ctx, "No Scrollbar", &window_flags, NK_WINDOW_NO_SCROLLBAR);
nk_checkbox_flags_label(ctx, "Minimizable", &window_flags, NK_WINDOW_MINIMIZABLE);
nk_checkbox_flags_label(ctx, "Scale Left", &window_flags, NK_WINDOW_SCALE_LEFT);
nk_checkbox_label(ctx, "Disable widgets", &disable_widgets);
nk_checkbox_label(ctx, "Disable widgets", &disable_widgets);
nk_tree_pop(ctx);
}

Expand Down

0 comments on commit c834254

Please sign in to comment.