I think this happens only if there are more than 4 optional splits on
the same verse.

This issue has been fixed in this branch:
https://code.launchpad.net/~suutari-olli/openlp/force-split/+merge/296002

The problem is that the while loop is set to loop the Optional splitting
only until <5.

"
while True and count < 5:
"
Iv'e increased this limit to 50.

while True and count < 51:

TRB143 However seemed to be opposing this change.

** Branch linked: lp:~suutari-olli/openlp/force-split

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1591743

Title:
  Multiple optional splits don't work

Status in OpenLP:
  Confirmed

Bug description:
  From this ticket: https://support.openlp.org/scp/tickets.php?id=3393

  If a second optional split is included in the same slide, the text
  after that split disappears, and it doesn't get split onto a third
  slide.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1591743/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to