ui: fixed bezier edge to remove highlight when not hovered anymore
This commit is contained in:
@@ -21,6 +21,8 @@ class QtGraphEdge
|
||||
Q_PROPERTY(qreal opacity READ opacity WRITE setOpacity)
|
||||
|
||||
public:
|
||||
static void unfocusBezierEdge();
|
||||
|
||||
QtGraphEdge(
|
||||
QtGraphNode* owner,
|
||||
QtGraphNode* target,
|
||||
|
||||
Reference in New Issue
Block a user