Add neutral None variant to InputMethod
This commit is contained in:
parent
ae10adda74
commit
db990b77e4
4 changed files with 19 additions and 9 deletions
|
|
@ -189,7 +189,7 @@ where
|
|||
|
||||
let mut outdated = false;
|
||||
let mut redraw_request = window::RedrawRequest::Wait;
|
||||
let mut input_method = InputMethod::Disabled;
|
||||
let mut input_method = InputMethod::None;
|
||||
|
||||
let mut manual_overlay = ManuallyDrop::new(
|
||||
self.root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue