bugfix
This commit is contained in:
parent
feb6df436f
commit
6372d86065
@ -100,6 +100,8 @@ class TwoSides(WidgetReady, BoxLayout):
|
||||
|
||||
def on_size(self,*args):
|
||||
if self.width >= self.height:
|
||||
if self.switch_button:
|
||||
self.set_switch_button_pos()
|
||||
print('twosides.py:W-Window.rotation=',
|
||||
self.app.get_rotation(),
|
||||
Window.size)
|
||||
|
Loading…
Reference in New Issue
Block a user