make/vs/testapp/main.c

changeset 614
a6e70dead6bd
parent 477
be34594ee942
--- a/make/vs/testapp/main.c	Tue Jun 10 12:28:30 2025 +0200
+++ b/make/vs/testapp/main.c	Tue Jun 10 12:34:21 2025 +0200
@@ -311,7 +311,7 @@
         }
         ui_tab(obj, "Tab 3") {
             UiTabViewArgs args = {0};
-            UI_CTN(obj, tabview=ui_tabview_create(obj, args)) {
+            UI_CTN(obj, tabview=ui_tabview_create(obj, &args)) {
                 UiObject *tab1 = ui_tabview_add(tabview, "Sub 1", -1);
                 ui_button(tab1, .label = "Button 1");
 

mercurial