revert rest of local changes (so the complete commit is reverted now)
[vuplus_dvbapp] / skin.py
diff --git a/skin.py b/skin.py
index f8a284f..a7824f9 100644 (file)
--- a/skin.py
+++ b/skin.py
@@ -256,6 +256,7 @@ def loadSingleSkinData(desktop, skin, path_prefix):
                                #print "Resolution:", xres,yres,bpp
                                from enigma import gFBDC
                                gFBDC.getInstance().setResolution(xres, yres)
+                               desktop.resize(eSize(xres, yres))
                                if bpp != 32:
                                        # load palette (not yet implemented)
                                        pass