Browse Source

changed example back to first page

pull/1/head
Leonard Ritter 10 years ago
parent
commit
b35f6d6c98
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example.cpp

+ 1
- 1
example.cpp View File

@@ -992,7 +992,7 @@ void draw(NVGcontext *vg, float w, float h) {
int opt_column = add_menu_option(menu, "UI_COLUMN", &choice); int opt_column = add_menu_option(menu, "UI_COLUMN", &choice);
int opt_wrap = add_menu_option(menu, "UI_WRAP", &choice); int opt_wrap = add_menu_option(menu, "UI_WRAP", &choice);
if (choice < 0) if (choice < 0)
choice = opt_wrap;
choice = opt_blendish_demo;


int content = uiItem(); int content = uiItem();
uiSetLayout(content, UI_FILL); uiSetLayout(content, UI_FILL);


Loading…
Cancel
Save