We don't want to resize 320x240 thumbnails back up to 1400x900 resolution just to display them in the slide controller!

This commit is contained in:
Jonathan Corwin 2011-06-16 23:03:59 +01:00
parent f5e619584a
commit 8cd128ddfe
1 changed files with 1 additions and 3 deletions

View File

@ -625,9 +625,7 @@ class SlideController(QtGui.QWidget):
label.setMargin(4)
label.setScaledContents(True)
if self.serviceItem.is_command():
image = resize_image(frame[u'image'],
self.parent().renderer.width,
self.parent().renderer.height)
image = QtGui.QImage(frame[u'image'])
else:
# If current slide set background to image
if framenumber == slideno: