summaryrefslogtreecommitdiffstats
path: root/Project/Machines.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Machines.cpp')
-rw-r--r--Project/Machines.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Machines.cpp b/Project/Machines.cpp
index bde70cb..6016df8 100644
--- a/Project/Machines.cpp
+++ b/Project/Machines.cpp
@@ -136,6 +136,7 @@ void Machines::RotateNode(Element* parent, bool clockwise)
if(parent == m_parentList[0]) {
m_pointList[0] = parent->RotateAtPosition(m_pointList[0], rotAngle);
UpdateSwitchesPosition();
+ UpdatePowerFlowArrowsPosition();
}
}