summaryrefslogtreecommitdiffstats
path: root/Project/Element.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Element.cpp')
-rw-r--r--Project/Element.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Element.cpp b/Project/Element.cpp
index 91ed61f..8ced79b 100644
--- a/Project/Element.cpp
+++ b/Project/Element.cpp
@@ -434,7 +434,7 @@ void Element::CalculatePowerFlowPts(std::vector<wxPoint2DDouble> edges)
void Element::DrawPowerFlowPts() const
{
- glColor4d(1.0, 0.55, 0.0, 1.0);
+ glColor4d(1.0, 0.51, 0.0, 1.0);
for(int i = 0; i < (int)m_powerFlowArrow.size(); i++) {
DrawTriangle(m_powerFlowArrow[i]);
}