Skip to content

Commit

Permalink
#2610 / #2500: undo r24545 which was incorrect
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@25645 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 15, 2020
1 parent 51b2666 commit b6e6cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/mixins/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def get_dpi_caps(self) -> dict:
dpi = 0
if self.dpi>0:
#scale it:
dpi = self.cx(self.cy(self.dpi*2))
dpi = self.cx(self.cy(self.dpi))
else:
#not supplied, use platform detection code:
#platforms may also provide per-axis dpi (later win32 versions do)
Expand Down

0 comments on commit b6e6cc7

Please sign in to comment.