diff options
| author | groud | 2018-04-22 23:27:46 +0200 |
|---|---|---|
| committer | groud | 2018-04-23 19:34:03 +0200 |
| commit | 9c5a44aeee449c5b572316c52f457e4e6ffd3047 (patch) | |
| tree | df39e9d814fa3fff2cada88897df26e30f58485e /editor/plugins/canvas_item_editor_plugin.h | |
| parent | 1c419531a009f48aa074f9b5f93b98d387c33723 (diff) | |
| download | godot-9c5a44aeee449c5b572316c52f457e4e6ffd3047.tar.gz godot-9c5a44aeee449c5b572316c52f457e4e6ffd3047.tar.zst godot-9c5a44aeee449c5b572316c52f457e4e6ffd3047.zip | |
Fixes 2d editor panning not working
Diffstat (limited to '')
| -rw-r--r-- | editor/plugins/canvas_item_editor_plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/plugins/canvas_item_editor_plugin.h b/editor/plugins/canvas_item_editor_plugin.h index 5ca8a3761..6a1d313a7 100644 --- a/editor/plugins/canvas_item_editor_plugin.h +++ b/editor/plugins/canvas_item_editor_plugin.h @@ -194,7 +194,8 @@ class CanvasItemEditor : public VBoxContainer { DRAG_V_GUIDE, DRAG_H_GUIDE, DRAG_DOUBLE_GUIDE, - DRAG_KEY_MOVE + DRAG_KEY_MOVE, + DRAG_PAN }; EditorSelection *editor_selection; |
