diff options
author | crupest <crupest@outlook.com> | 2018-11-05 21:26:04 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-11-05 21:26:04 +0800 |
commit | cefb75a4c09e72a1f67e11765f2a8b6fd9581ed6 (patch) | |
tree | bccc82a17ca0ceb04831e7babd6e8902c3e882d8 /src/main.cpp | |
parent | 1dab244aaad8694ba37ef43caedd8c8ba0310c00 (diff) | |
download | cru-cefb75a4c09e72a1f67e11765f2a8b6fd9581ed6.tar.gz cru-cefb75a4c09e72a1f67e11765f2a8b6fd9581ed6.tar.bz2 cru-cefb75a4c09e72a1f67e11765f2a8b6fd9581ed6.zip |
Fix a bug in text control.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index b99709bf..a9fa7126 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -161,8 +161,6 @@ int APIENTRY wWinMain( window.AddChild(linear_layout); - window.SetDebugLayout(true); - window.Show(); return application.Run(); |