1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Move point in Path2D edtitor now respect snap configure; Press Alt when

moving point to activate view base snapping; Path2D editor inherits from
HBoxContainer now"
This commit is contained in:
marynate
2014-04-03 16:19:06 +08:00
parent 4c2183bf23
commit a2bd3a1f41
2 changed files with 14 additions and 19 deletions

View File

@@ -40,9 +40,9 @@
*/
class CanvasItemEditor;
class Path2DEditor : public ButtonGroup {
class Path2DEditor : public HBoxContainer {
OBJ_TYPE(Path2DEditor, ButtonGroup);
OBJ_TYPE(Path2DEditor, HBoxContainer);
UndoRedo *undo_redo;