Fix scrolling offset of preedit window
This commit is contained in:
parent
940a079d83
commit
02cbe3cbb5
1 changed files with 1 additions and 1 deletions
|
|
@ -753,7 +753,7 @@ where
|
|||
if let InputMethod::Open { position, .. } =
|
||||
shell.input_method_mut()
|
||||
{
|
||||
*position = *position + translation;
|
||||
*position = *position - translation;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue