openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #19761
Re: [Merge] lp:~googol/openlp/transitions into lp:openlp
> Ooops, when closing the screen (ESC) while the text still fades out/in the screen will open when
> the fading has finished.
I looked at this.
while self.frame.evaluateJavaScript(u'show_text_complete()') == u'false':
self.application.process_events()
self.frame.evaluateJavaScript(u'show_text_complete()') never returns a string. It returns True or False.
So my change reveals this bug, so I think we should deal with separately.
--
https://code.launchpad.net/~googol/openlp/transitions/+merge/151777
Your team OpenLP Core is subscribed to branch lp:openlp.
References