Skip to content

Commit

Permalink
#976: fix scalingoff, function must be available on window class..
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@11718 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jan 22, 2016
1 parent 249fa78 commit 7b0b18e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/xpra/client/client_window_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,9 @@ def scaleup(self, *args):
def scaledown(self, *args):
self._client.scaledown()

def scalingoff(self):
self._client.scalingoff()

def scalereset(self, *args):
self._client.scalereset()

Expand Down

0 comments on commit 7b0b18e

Please sign in to comment.