From 4c162c4ef7386b8fea0ad82a0019a5434adc13fb Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 10 Oct 2017 17:34:59 -0300 Subject: Some control elements improvements --- Project/Divider.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/Divider.cpp') diff --git a/Project/Divider.cpp b/Project/Divider.cpp index 29e438e..2bd8251 100644 --- a/Project/Divider.cpp +++ b/Project/Divider.cpp @@ -29,6 +29,8 @@ void Divider::DrawSymbol() const mSymbol.push_back(m_position + wxPoint2DDouble(5, 0)); glColor4d(0.0, 0.3, 1.0, 1.0); DrawLine(mSymbol, GL_LINES); + DrawCircle(m_position + wxPoint2DDouble(0, -3), 2, 10, GL_POLYGON); + DrawCircle(m_position + wxPoint2DDouble(0, 3), 2, 10, GL_POLYGON); } bool Divider::Solve(double input, double timeStep) -- cgit