diff options
author | crupest <crupest@outlook.com> | 2022-05-07 18:39:51 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-07 18:39:51 +0800 |
commit | a465e2c410c1ae5098d2e073442219bb07a31b9d (patch) | |
tree | d60e6692e8dad6d4df2b9709819bf65f0f797422 /demos/input_method | |
parent | 23e68dc785d274327efeecb22cfc712c71cfbfc0 (diff) | |
download | cru-a465e2c410c1ae5098d2e073442219bb07a31b9d.tar.gz cru-a465e2c410c1ae5098d2e073442219bb07a31b9d.tar.bz2 cru-a465e2c410c1ae5098d2e073442219bb07a31b9d.zip |
...
Diffstat (limited to 'demos/input_method')
-rw-r--r-- | demos/input_method/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/input_method/main.cpp b/demos/input_method/main.cpp index 7d55f2db..abbbed2c 100644 --- a/demos/input_method/main.cpp +++ b/demos/input_method/main.cpp @@ -99,6 +99,8 @@ int main() { cursor_lefttop.height}, brush.get()); } + + painter->EndDraw(); }); window->KeyDownEvent()->AddHandler( |