nodeview: implemented dragger to create edge without holding key

This commit is contained in:
itsmattkc
2021-07-10 10:19:36 -07:00
parent 8f055e6331
commit 4d69e55799
4 changed files with 72 additions and 10 deletions
+2
View File
@@ -136,6 +136,8 @@ private:
Menu *CreateAddMenu(Menu *parent);
void CreateNewEdge(NodeViewItem *output_item);
class NodeViewAttachNodesToCursor : public UndoCommand
{
public: