Merge pull request #399 from tmccombs/double

Closes #397. Fixed Viewer.show to return properly.
This commit is contained in:
Alex Clark ☺ 2013-11-29 16:02:23 -08:00
commit e269fc6755

View File

@ -65,7 +65,7 @@ class Viewer:
if base != image.mode and image.mode != "1":
image = image.convert(base)
self.show_image(image, **options)
return self.show_image(image, **options)
# hook methods