mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix first item move not put on undo stack
This commit is contained in:
parent
3ddb338cd1
commit
5448d7bb7b
1 changed files with 1 additions and 2 deletions
|
|
@ -132,8 +132,7 @@ class SelectableMixin(BaseItemMixin):
|
|||
def is_action_active(self):
|
||||
return any((self.scale_active,
|
||||
self.rotate_active,
|
||||
self.flip_active,
|
||||
self.just_selected))
|
||||
self.flip_active))
|
||||
|
||||
def fixed_length_for_viewport(self, value):
|
||||
"""The interactable areas need to stay the same size on the
|
||||
|
|
|
|||
Loading…
Reference in a new issue