aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/PictureInPicture.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-05-05 00:37:07 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-05-05 00:37:07 +0000
commit340ad36b95c98a5de43d065c435bdcbdf6100fb8 (patch)
tree75d5c8c16c1ff472c7066484e2a3a1e6ee862b1a /lib/python/Screens/PictureInPicture.py
parentd73219bf587818d7648531da574beb45f6e3c000 (diff)
downloadenigma2-340ad36b95c98a5de43d065c435bdcbdf6100fb8.tar.gz
enigma2-340ad36b95c98a5de43d065c435bdcbdf6100fb8.zip
PiPSetup should be working now
Diffstat (limited to 'lib/python/Screens/PictureInPicture.py')
-rw-r--r--lib/python/Screens/PictureInPicture.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/PictureInPicture.py b/lib/python/Screens/PictureInPicture.py
index 8bf78cfb..403ecd3d 100644
--- a/lib/python/Screens/PictureInPicture.py
+++ b/lib/python/Screens/PictureInPicture.py
@@ -16,6 +16,7 @@ class PictureInPicture(Screen):
def resize(self, w, h):
print "resizing pip to", str(w) + "x" + str(h)
self.instance.resize(eSize(*(w, h)))
+ self["video"].instance.resize(eSize(*(w, h)))
def getPosition(self):
return ((self.instance.position().x(), self.instance.position().y()))