mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 12:21:55 +00:00
macOS: Also update IME position when new window is focused
This commit is contained in:
parent
ffa755c723
commit
7e5cb50925
1 changed files with 1 additions and 0 deletions
|
|
@ -704,6 +704,7 @@ class Window:
|
|||
call_watchers(weakref.ref(self), 'on_focus_change', {'focused': focused})
|
||||
self.screen.focus_changed(focused)
|
||||
if focused:
|
||||
update_ime_position_for_window(self.id)
|
||||
changed = self.needs_attention
|
||||
self.needs_attention = False
|
||||
if changed:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue