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.setMargin(4)
|
||||||
label.setScaledContents(True)
|
label.setScaledContents(True)
|
||||||
if self.serviceItem.is_command():
|
if self.serviceItem.is_command():
|
||||||
image = resize_image(frame[u'image'],
|
image = QtGui.QImage(frame[u'image'])
|
||||||
self.parent().renderer.width,
|
|
||||||
self.parent().renderer.height)
|
|
||||||
else:
|
else:
|
||||||
# If current slide set background to image
|
# If current slide set background to image
|
||||||
if framenumber == slideno:
|
if framenumber == slideno:
|
||||||
|
Loading…
Reference in New Issue
Block a user