diff options
author | crupest <crupest@outlook.com> | 2021-10-21 20:17:33 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-21 20:17:33 +0800 |
commit | 2d8237bf58ef0a9074d05aed2fe98d739f5e3bf0 (patch) | |
tree | 07611c2d1820a58dac7e0fbc9754b73b13f23325 /demos | |
parent | 411027e66401d363abb6217b59b2b695b856c917 (diff) | |
download | cru-2d8237bf58ef0a9074d05aed2fe98d739f5e3bf0.tar.gz cru-2d8237bf58ef0a9074d05aed2fe98d739f5e3bf0.tar.bz2 cru-2d8237bf58ef0a9074d05aed2fe98d739f5e3bf0.zip |
...
Diffstat (limited to 'demos')
-rw-r--r-- | demos/input_method/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/input_method/main.cpp b/demos/input_method/main.cpp index 4bb709d6..dc2e0858 100644 --- a/demos/input_method/main.cpp +++ b/demos/input_method/main.cpp @@ -21,8 +21,6 @@ int main() { auto input_method_context = window->GetInputMethodContext(); - input_method_context->EnableIME(); - auto brush = graphics_factory->CreateSolidColorBrush(); brush->SetColor(colors::black); |