ui: fixed bezier edge to remove highlight when not hovered anymore

This commit is contained in:
mlangkabel
2019-08-06 13:34:46 +02:00
parent 3e9df0b074
commit cce41dd964
4 changed files with 17 additions and 0 deletions
@@ -21,6 +21,8 @@ class QtGraphEdge
Q_PROPERTY(qreal opacity READ opacity WRITE setOpacity)
public:
static void unfocusBezierEdge();
QtGraphEdge(
QtGraphNode* owner,
QtGraphNode* target,