From 340ad36b95c98a5de43d065c435bdcbdf6100fb8 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 5 May 2006 00:37:07 +0000 Subject: PiPSetup should be working now --- lib/python/Screens/PictureInPicture.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Screens/PictureInPicture.py') 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())) -- cgit v1.2.3