fix issue where syncSlide would not run/play newly added background content

This commit is contained in:
Hakim El Hattab 2019-05-20 14:58:52 +02:00
parent bd1e82d19a
commit 9ac654d584
1 changed files with 2 additions and 2 deletions

View File

@ -3067,11 +3067,11 @@
syncBackground( slide ); syncBackground( slide );
syncFragments( slide ); syncFragments( slide );
loadSlide( slide );
updateBackground(); updateBackground();
updateNotes(); updateNotes();
loadSlide( slide );
} }
/** /**