summaryrefslogtreecommitdiff
path: root/poezio/windows
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2017-10-09 17:09:15 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2017-10-09 17:09:15 +0100
commit68e3cdcd493aaa410a035f122f02c1fb8a7b7582 (patch)
treeaab787408f7065584de6961ac4436e76d663d6dc /poezio/windows
parent88ae8a68a2033c1a865ed5706b0151425dc98e60 (diff)
downloadpoezio-68e3cdcd493aaa410a035f122f02c1fb8a7b7582.tar.gz
poezio-68e3cdcd493aaa410a035f122f02c1fb8a7b7582.tar.bz2
poezio-68e3cdcd493aaa410a035f122f02c1fb8a7b7582.tar.xz
poezio-68e3cdcd493aaa410a035f122f02c1fb8a7b7582.zip
Fix resize in some unknown condition, thanks eijebong.
Diffstat (limited to 'poezio/windows')
-rw-r--r--poezio/windows/image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/windows/image.py b/poezio/windows/image.py
index aeff7307..57bbec71 100644
--- a/poezio/windows/image.py
+++ b/poezio/windows/image.py
@@ -27,7 +27,7 @@ class ImageWin(Win):
self._resize(height, width, y, x)
if self._image is None:
return
- _display_avatar(width, height)
+ self._display_avatar(width, height)
def refresh(self, data):
self._win.clear()