aboutsummaryrefslogtreecommitdiff
path: root/demos/ScrollView/main.cpp
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-11-17 12:54:55 +0800
committerYuqian Yang <crupest@crupest.life>2025-11-17 12:54:55 +0800
commit0f8f98b9005803ab154b43dcad0db1f292072a4d (patch)
tree0a43d5a9c4e3b747ad955fc30a143aa07ab5888d /demos/ScrollView/main.cpp
parentb68f9f52a3ecdd8e379dd60ac1c1366e76695464 (diff)
downloadcru-0f8f98b9005803ab154b43dcad0db1f292072a4d.tar.gz
cru-0f8f98b9005803ab154b43dcad0db1f292072a4d.tar.bz2
cru-0f8f98b9005803ab154b43dcad0db1f292072a4d.zip
Refactor window host.
Diffstat (limited to 'demos/ScrollView/main.cpp')
-rw-r--r--demos/ScrollView/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ScrollView/main.cpp b/demos/ScrollView/main.cpp
index f8e2adda..ba240bae 100644
--- a/demos/ScrollView/main.cpp
+++ b/demos/ScrollView/main.cpp
@@ -80,7 +80,7 @@ The cold never bothered me anyway)",
scroll_view.SetChild(text_block.get());
- window.GetWindowHost()->GetNativeWindow()->SetVisibility(
+ window.GetNativeWindow()->SetVisibility(
cru::platform::gui::WindowVisibilityType::Show);
return application->Run();