nodeview: allow dragging edges from their arrows

Fixes #1594
This commit is contained in:
itsmattkc
2021-04-27 18:48:40 +10:00
parent cd1d75c6fb
commit a7d7515ba7
4 changed files with 38 additions and 9 deletions
+3
View File
@@ -142,6 +142,7 @@ private:
NodeViewEdge* create_edge_;
NodeViewItem* create_edge_src_;
QString create_edge_src_output_;
NodeViewItem* create_edge_dst_;
NodeInput create_edge_dst_input_;
bool create_edge_dst_temp_expanded_;
@@ -161,6 +162,8 @@ private:
double scale_;
bool create_edge_already_exists_;
static const double kMinimumScale;
private slots: