summaryrefslogtreecommitdiffstats
path: root/core/src/shell.rs
diff options
context:
space:
mode:
authorLibravatar Héctor <hector@hecrj.dev>2025-02-13 05:19:32 +0100
committerLibravatar GitHub <noreply@github.com>2025-02-13 05:19:32 +0100
commitf889008e21971b461ec7c54d9a7667a23f6ab35b (patch)
tree91d9d34c87796da424104c46705e9f1aceb69f92 /core/src/shell.rs
parent97f1db3783dca5a4f60a9f89668613de4dfe9edd (diff)
parent89a4dc2ac2a751fdcae921997bb93a76f9b667f9 (diff)
downloadiced-f889008e21971b461ec7c54d9a7667a23f6ab35b.tar.gz
iced-f889008e21971b461ec7c54d9a7667a23f6ab35b.tar.bz2
iced-f889008e21971b461ec7c54d9a7667a23f6ab35b.zip
Merge pull request #2793 from rhysd/issue-2792
Fix the initial candidate window position
Diffstat (limited to 'core/src/shell.rs')
-rw-r--r--core/src/shell.rs2
1 files changed, 1 insertions, 1 deletions
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,
}
}