arielmol / dviz

Automatically exported from code.google.com/p/dviz
0 stars 0 forks source link

Using MediaBrowser's "Set BG for NEXT Slide" button doesn't stop changing BGs #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Select a BG using the MediaBrowser's "Set BG for NEXT slide to go live
button" works in that it does what it says. Only thing is, it doesn't stop
setting bgs for slides that go live - every slide sent live (even in
different groups) have their background overridden with the BG select using
that button.

Original issue reported on code.google.com by josiahbryan@gmail.com on 23 Jan 2010 at 5:07

GoogleCodeExporter commented 8 years ago
Fixed by moving the "stop changing BG" flag code to
SlideGroupViewer::slideDiscarded() slot instead of the ::crossFadeFinished() 
slot -
because CF finished was only called for outputs that were cross-faded, not for
preview outputs, while slideDiscarded() was called for all outputs. 

Original comment by josiahbryan@gmail.com on 23 Jan 2010 at 7:46

GoogleCodeExporter commented 8 years ago
Fixed problem with BG changing on current slide before cross fade finishes in 
r465.

Original comment by josiahbryan@gmail.com on 25 Jan 2010 at 5:16