Skip to content

Commit

Permalink
#901: OR windows can just get unfocus - which should be enough
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@10786 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 10, 2015
1 parent b9b0209 commit 0a91bd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xpra/client/gtk_base/gtk_client_window_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ def update_window_state(self, state_updates):
if iconified is not None:
statelog("iconified=%s", iconified)
#handle iconification as map events:
assert not self._override_redirect
if iconified:
#usually means it is unmapped
self._unfocus()
Expand Down

0 comments on commit 0a91bd9

Please sign in to comment.