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
+7
View File
@@ -70,6 +70,11 @@ public:
return to_item_;
}
const QRectF arrow_bounding_rect() const
{
return arrow_bounding_rect_;
}
void Adjust();
/**
@@ -136,6 +141,8 @@ private:
int arrow_size_;
QRectF arrow_bounding_rect_;
};
}