Merge branch 'master' of ssh://github.com/kivy/kivy

This commit is contained in:
Mathieu Virbel 2012-12-07 01:44:35 +01:00
commit 18f55977a9
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class StackLayoutShowcase(FloatLayout):
def __init__(self, **kwargs):
super(StackLayoutShowcase, self).__init__(**kwargs)
self.buttons = 0
self.orientationiteration = 0
self.orientationit = 0
self.txt = 'lr-tb'
Clock.schedule_once(self.add_button, 1)