From b2622f654598f82a220a98daaa84fed9ce3b92b2 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 10 Feb 2022 19:26:19 +0800 Subject: ... --- demos/scroll_view/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/scroll_view') diff --git a/demos/scroll_view/main.cpp b/demos/scroll_view/main.cpp index fa693cf3..d859ce3a 100644 --- a/demos/scroll_view/main.cpp +++ b/demos/scroll_view/main.cpp @@ -17,7 +17,7 @@ int main() { auto scroll_view = ScrollView::Create(); - window->AddChild(scroll_view, 0); + window->AddChild(scroll_view); auto text_block = TextBlock::Create( uR"([Verse 1] -- cgit v1.2.3