From 2cd589742c6a4fd289d2f0696d844ccf18b917cb Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Fri, 6 Jan 2017 20:49:28 -0200 Subject: Several bugfixes on power elements --- Project/Machines.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/Machines.cpp') 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(); } } -- cgit