Skip to content

Commit

Permalink
#3883 all focus updates must go through 'recheck'
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 7, 2023
1 parent c609a50 commit 93c90ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/client/gtk_base/gtk_client_window_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def _focus_change(self, *args):
focuslog("%s focus_change%s has-toplevel-focus=%s, _been_mapped=%s", self, args, htf, self._been_mapped)
if self._been_mapped:
self._focus_latest = htf
self.send_latest_focus()
self.schedule_recheck_focus()

def recheck_focus(self):
self.recheck_focus_timer = 0
Expand Down

0 comments on commit 93c90ae

Please sign in to comment.