diff --git a/kivy/core/window/__init__.py b/kivy/core/window/__init__.py index 6271afa63..0a06d2fd3 100755 --- a/kivy/core/window/__init__.py +++ b/kivy/core/window/__init__.py @@ -270,7 +270,7 @@ class WindowBase(EventDispatcher): return True else: return False - size = AliasProperty(_get_size, _set_size) + size = AliasProperty(_get_size, _set_size, bind=('_size', )) '''Get the rotated size of the window. If :data:`rotation` is set, then the size will change to reflect the rotation. '''