From 9a5fce0a20c1a14e82ec252e0e0c68fcae934b65 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 20 Aug 2016 23:05:14 +0300 Subject: [PATCH] Enable (again) the full shape movement. Instead treat path like a rect. --- src/uxbox/main/geom.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uxbox/main/geom.cljs b/src/uxbox/main/geom.cljs index 23c09bb680..bab77452dd 100644 --- a/src/uxbox/main/geom.cljs +++ b/src/uxbox/main/geom.cljs @@ -42,8 +42,8 @@ :rect (move-rect shape dpoint) :text (move-rect shape dpoint) :line (move-rect shape dpoint) - ;; :path (move-path shape dpoint) - :path (move-rect shape dpoint) + :path (move-path shape dpoint) + ;; :path (move-rect shape dpoint) :circle (move-circle shape dpoint) :group (move-group shape dpoint)))