Commit 5f0a915a authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

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

Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment