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 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();
}
}