palette: fixed disabled text color

This commit is contained in:
itsmattkc
2020-04-28 03:32:50 +10:00
parent b57d12868f
commit 3c01b14a14
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,6 @@ Base=#191919
BrightText=#FF0000
Button=#353535
ButtonText=#FFFFFF
Disabled-ButtonText=#808080
Highlight=#2A82DA
HighlightedText=#FFFFFF
Link=#2A82DA
@@ -16,3 +15,4 @@ WindowText=#FFFFFF
[Disabled]
ButtonText=#808080
Text=#A0A0A0
+1 -1
View File
@@ -423,7 +423,7 @@ void NodeViewItem::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
cached_drop_item_->SetHighlightedIndex(highlight_their_index);
}
dragging_edge_->SetConnected(drag_dest_param_ != nullptr);
dragging_edge_->SetConnected(drag_dest_param_);
dragging_edge_->SetPoints(dragging_edge_start_, end_point);