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:
parent
4c2183bf23
commit
a2bd3a1f41
2 changed files with 14 additions and 19 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue