Fix skin texture caching

This commit is contained in:
Eduardo Bart
2012-07-14 18:30:00 -03:00
parent 36e5a5a92f
commit ec5106e7ce
4 changed files with 12 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ local skinComboBox
local function onSkinComboBoxOptionChange(self, optionText, optionData)
if Skins.setSkin(optionText) then
g_settings.set('skin', optionText)
g_textures.clearTexturesCache()
g_modules.reloadModules()
end
end