aboutsummaryrefslogtreecommitdiff
path: root/demos/scroll_view/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demos/scroll_view/main.cpp')
-rw-r--r--demos/scroll_view/main.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}