From 726686c9b378f3a727ded52226b13a760cba1e6c Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Sat, 3 Sep 2016 17:09:24 -0300 Subject: Inductor under implementation Ind motor, sync condenser and load implemented --- 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 2296fd0..bde4af8 100644 --- a/Project/Machines.cpp +++ b/Project/Machines.cpp @@ -61,6 +61,7 @@ void Machines::Draw(wxPoint2DDouble translation, double scale) const DrawCircle(m_position, 25.0, 20); // Draw machine symbol. + glLineWidth(2.0); DrawSymbol(); } } -- cgit