openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #07684
[Bug 735448] Re: Blank to theme shows Image if theme by song
Tim:
If I comment out lines 625->628 in slidecontroller.py, then all seems to work OK as far as this bug report is concerned.
Do you know why that code is there? What will break if it's removed?
# If current slide set background to image
if framenumber == slideno:
self.serviceItem.bg_image_bytes = \
self.parent.renderManager.image_manager. \
get_image_bytes(frame[u'title'])
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/735448
Title:
Blank to theme shows Image if theme by song
Status in OpenLP - Worship Presentation Software:
Confirmed
Bug description:
I have OpenLP configured for song level themes.
Add a song and an image to the service.
Go live on the song. Then click blank to theme.
Then go live on the image, it displays the image. I would expect it to display the service theme background. (or global if no service theme). It should only show the image once I unblank.
Sort of relatedish to this is the fact that not being able to Close a
song in V2 means we can't change from a song specific theme back to
service theme using the blank to theme button. Perhaps we need an [x]
somewhere although this is clutter we're trying to avoid.
References