diff options
Diffstat (limited to 'demos/input_method/main.cpp')
-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( |