]> git.sesse.net Git - vlc/commit
skins2: fix art file failing to display when changing skin theme
authorErwan Tulou <erwan10@videolan.org>
Sun, 27 Jan 2013 16:32:02 +0000 (17:32 +0100)
committerErwan Tulou <erwan10@videolan.org>
Sun, 27 Jan 2013 16:51:19 +0000 (17:51 +0100)
commitd4f540aa7c663945df64538c09b2c9f4cc098e22
tree0171c76a1df2c73a0f56cf9f6f8018e8d9096659
parente7e6eaee2e2bfb92e36dc4e58f9d73f1d3997ff7
skins2: fix art file failing to display when changing skin theme

When changing a skin theme on the fly, an input may already be running
 and the art file is expected to display in the new theme.

This patch takes into account a possible art file already kwown
at initialisation of a new image control with art enabled.
modules/gui/skins2/controls/ctrl_image.cpp