🐛 Fix align options on rotated frames

This commit is contained in:
alonso.torres 2024-02-27 17:31:16 +01:00 committed by Andrey Antukh
parent 905e1eea7b
commit f57c5b4da2
2 changed files with 20 additions and 2 deletions

View file

@ -1080,7 +1080,7 @@
(let [object (get objects object-id)
parent-id (:parent-id (get objects object-id))
parent (get objects parent-id)]
[(gal/align-to-rect object parent axis)]))
[(gal/align-to-parent object parent axis)]))
(defn align-objects-list
[objects selected axis]