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 ecb9303 commit 8945787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/client/gtk3/gtk_client_window_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def _focus_change(self, *args) -> None:
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) -> None:
self.recheck_focus_timer = 0
Expand Down

0 comments on commit 8945787

Please sign in to comment.