]> git.sesse.net Git - vlc/commit
skins2: fix animated image flickering
authorErwan Tulou <erwan10@videolan.org>
Thu, 4 Sep 2014 11:40:11 +0000 (13:40 +0200)
committerErwan Tulou <erwan10@videolan.org>
Thu, 4 Sep 2014 12:23:24 +0000 (14:23 +0200)
commit1ce3c5d673ba7a71f3db5cf7f1d11ee906f92d39
tree1a4d446735ca1fbb97f8fa9fff29db94bbdecb53
parent1c101b97678e5e7a34a062916b24fe0b9366a316
skins2: fix animated image flickering

Switch the layout activity to true before actually displaying the layout. This
gives controls a chance to reinitialize before any real drawing occurs, and
thus a clean animation gets displayed without any unwanted stray image.

This fixes trac #12083
modules/gui/skins2/src/top_window.cpp