Add neutral None variant to InputMethod
This commit is contained in:
parent
ae10adda74
commit
db990b77e4
4 changed files with 19 additions and 9 deletions
|
|
@ -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::Disabled,
|
||||
input_method: InputMethod::None,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue