From b35f6d6c989c2068e021046fe8edf1716d7d541e Mon Sep 17 00:00:00 2001 From: Leonard Ritter Date: Tue, 23 Sep 2014 23:39:55 +0200 Subject: [PATCH] changed example back to first page --- example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.cpp b/example.cpp index 44c4fc9..9fd15d3 100644 --- a/example.cpp +++ b/example.cpp @@ -992,7 +992,7 @@ void draw(NVGcontext *vg, float w, float h) { int opt_column = add_menu_option(menu, "UI_COLUMN", &choice); int opt_wrap = add_menu_option(menu, "UI_WRAP", &choice); if (choice < 0) - choice = opt_wrap; + choice = opt_blendish_demo; int content = uiItem(); uiSetLayout(content, UI_FILL);