Fixed bad stuff happening prior to page reparenting

This commit is contained in:
HomeWorld
2010-11-17 15:55:41 +02:00
parent 7e5446b976
commit 112226e8d2
2 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ class FittingView(d.Display):
]
def __init__(self, parent):
d.Display.__init__(self, parent)
d.Display.__init__(self, parent, size = (0,0))
self.Show(False)
self.parent = parent
self.mainFrame.Bind(FIT_CHANGED, self.fitChanged)