Skip to content

Commit

Permalink
fix tray errors on scaling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 21, 2021
1 parent 2e73230 commit 1714218
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions xpra/client/client_tray.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ def __init__(self, client, wid, w, h, metadata, tray_widget, mmap_enabled, mmap_
#things may have settled by now
self.timeout_add(1000, self.send_configure)

def reset_size_constraints(self):
pass

def resize(self, nw, nh):
pass

def set_alpha(self):
#nothing to do,
#trays aren't really windows and transparency is always supported
Expand Down

0 comments on commit 1714218

Please sign in to comment.