Skip to content

Commit

Permalink
#2242: force re-configure the tray geometry after a bit
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@22304 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Apr 4, 2019
1 parent 12f28b0 commit 68658b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xpra/client/client_tray.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ def __init__(self, client, wid, w, h, metadata, tray_widget, mmap_enabled, mmap_
self._backing = None
self.new_backing(w, h)
self.idle_add(self.reconfigure)
#things may have settled by now
self.timeout_add(1000, self.send_configure)

def set_alpha(self):
#nothing to do,
Expand Down

0 comments on commit 68658b9

Please sign in to comment.