mirror of https://github.com/kivy/kivy.git
Merge branch 'master' of ssh://github.com/kivy/kivy
This commit is contained in:
commit
18f55977a9
|
@ -131,7 +131,7 @@ class StackLayoutShowcase(FloatLayout):
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
super(StackLayoutShowcase, self).__init__(**kwargs)
|
super(StackLayoutShowcase, self).__init__(**kwargs)
|
||||||
self.buttons = 0
|
self.buttons = 0
|
||||||
self.orientationiteration = 0
|
self.orientationit = 0
|
||||||
self.txt = 'lr-tb'
|
self.txt = 'lr-tb'
|
||||||
Clock.schedule_once(self.add_button, 1)
|
Clock.schedule_once(self.add_button, 1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue