Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 87e7157

Browse files
committed
Fix missing color
1 parent 3821f7a commit 87e7157

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/duqf-nodeview/duqfconnector.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ DuQFConnector::DuQFConnector(QPointF from, QString title)
3232
setFlags(ItemIsSelectable);
3333

3434
m_titleItem->setPlainText(title);
35+
36+
m_toColor = DuUI::getColor("light-grey");
37+
m_fromColor = DuUI::getColor("light-grey");
3538
}
3639

3740
QRectF DuQFConnector::boundingRect() const

0 commit comments

Comments
 (0)