diff options
author | Gilles Roudiere <gilles.roudiere@gmail.com> | 2017-08-04 19:27:30 +0200 |
---|---|---|
committer | Gilles Roudiere <gilles.roudiere@gmail.com> | 2017-08-13 21:20:13 +0200 |
commit | e8c83b31bddd1767a828aaed2f34c1a442bd6919 (patch) | |
tree | ec531efaf1235f21e586303bc8200274a631f31e /editor/plugins/canvas_item_editor_plugin.h | |
parent | f5ff7e9fa039e54de2e48bfb46239bbda497287a (diff) |
Added the possibility to move all anchors at once when they are clustered
Diffstat (limited to 'editor/plugins/canvas_item_editor_plugin.h')
-rw-r--r-- | editor/plugins/canvas_item_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/canvas_item_editor_plugin.h b/editor/plugins/canvas_item_editor_plugin.h index c6b4289967..49c9cd9dc0 100644 --- a/editor/plugins/canvas_item_editor_plugin.h +++ b/editor/plugins/canvas_item_editor_plugin.h @@ -148,6 +148,7 @@ class CanvasItemEditor : public VBoxContainer { DRAG_ANCHOR_TOP_RIGHT, DRAG_ANCHOR_BOTTOM_RIGHT, DRAG_ANCHOR_BOTTOM_LEFT, + DRAG_ANCHOR_ALL, DRAG_ALL, DRAG_ROTATE, DRAG_PIVOT, |