From 2d8237bf58ef0a9074d05aed2fe98d739f5e3bf0 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 21 Oct 2021 20:17:33 +0800 Subject: ... --- demos/input_method/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'demos/input_method') 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); -- cgit v1.2.3