diff options
author | crupest <crupest@outlook.com> | 2020-01-03 00:43:46 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-03 00:43:46 +0800 |
commit | 8fc4e33b97372d93b1bcc4b598e5c8e2f15652d8 (patch) | |
tree | 8508a9e9f54f9ff871f53f5628894cefec440d05 /src/main.cpp | |
parent | d5ff69096a3f56052b30d8ef827845473d4aa5ea (diff) | |
download | cru-8fc4e33b97372d93b1bcc4b598e5c8e2f15652d8.tar.gz cru-8fc4e33b97372d93b1bcc4b598e5c8e2f15652d8.tar.bz2 cru-8fc4e33b97372d93b1bcc4b598e5c8e2f15652d8.zip |
...
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 07aff285..ece75367 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,7 +38,7 @@ int main() { text_block2->SetText("Hello World!"); flex_layout->AddChild(text_block2, 1); - window->GetNativeWindow()->SetVisible(true); + window->ResolveNativeWindow()->SetVisible(true); return application->Run(); } |