palette: fixed disabled text color
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user