Network: Draw reach as black color when is current reach.

results
Pierre-Antoine Rouby 2023-07-31 10:29:02 +02:00
parent a5a712d6ad
commit 5f0a915ac6
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class EdgeItem(QGraphicsItem):
if self.graph.selected_item() == self:
color = Qt.red
elif self.graph.current_edge() == self:
color = Qt.blue
color = Qt.black
elif not self.graph.graph.is_enable_edge(self.edge):
color = Qt.darkGray