From a60910cb3db6f47fd8f3b7f31648a9d0514d4f2c Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 20 Nov 2021 22:43:30 +0800 Subject: ... --- demos/scroll_view/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/scroll_view/main.cpp') diff --git a/demos/scroll_view/main.cpp b/demos/scroll_view/main.cpp index be8bd228..c3593986 100644 --- a/demos/scroll_view/main.cpp +++ b/demos/scroll_view/main.cpp @@ -81,7 +81,7 @@ The cold never bothered me anyway)"); scroll_view->SetChild(text_block); - window->Show(); + window->GetWindowHost()->GetNativeWindow()->SetVisible(true); return application->Run(); } -- cgit v1.2.3