remove moving of pixmap after loading
authorRico Schulte <ricoschulte@users.schwerkraft.elitedvb.net>
Sun, 31 May 2009 18:28:06 +0000 (18:28 +0000)
committerRico Schulte <ricoschulte@users.schwerkraft.elitedvb.net>
Sun, 31 May 2009 18:28:06 +0000 (18:28 +0000)
webcamviewer/src/plugin.py

index 5fe57bb..0cee8b0 100755 (executable)
@@ -421,7 +421,6 @@ class PictureViewer(Screen):
                ptr = self.picload.getData()
                if ptr is not None:
                        self["pixmap"].instance.setPixmap(ptr.__deref__())
-                       self["pixmap"].move(275,0)
                else:
                        pass