bugfix
This commit is contained in:
parent
9bedd7ec69
commit
e1f624a8e3
@ -8,6 +8,7 @@ class DoubleFace(WidgetReady, BoxLayout):
|
|||||||
def __init__(self,landscape={},portrait={},**kw):
|
def __init__(self,landscape={},portrait={},**kw):
|
||||||
BoxLayout.__init__(self,**kw)
|
BoxLayout.__init__(self,**kw)
|
||||||
WidgetReady.__init__(self)
|
WidgetReady.__init__(self)
|
||||||
|
self.parenturl = kw.get('parenturl')
|
||||||
self.landscape_built = False
|
self.landscape_built = False
|
||||||
self.portrait_built = False
|
self.portrait_built = False
|
||||||
self.landscape_widget = None
|
self.landscape_widget = None
|
||||||
|
Loading…
Reference in New Issue
Block a user