forked from openlp/openlp
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:
parent
f5e619584a
commit
8cd128ddfe
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user