From 7979125ed793918dd4a0e5a1ddec8d17bffbd5bf Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 12 Feb 2025 08:46:35 +0100 Subject: Simplify `InputMethod` API with only two states Co-authored-by: rhysd Co-authored-by: KENZ --- core/src/shell.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/shell.rs') diff --git a/core/src/shell.rs b/core/src/shell.rs index 509e3822..56250e2e 100644 --- a/core/src/shell.rs +++ b/core/src/shell.rs @@ -27,7 +27,7 @@ impl<'a, Message> Shell<'a, Message> { redraw_request: window::RedrawRequest::Wait, is_layout_invalid: false, are_widgets_invalid: false, - input_method: InputMethod::None, + input_method: InputMethod::Disabled, } } -- cgit