diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-10 17:34:59 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-10 17:34:59 -0300 |
commit | 4c162c4ef7386b8fea0ad82a0019a5434adc13fb (patch) | |
tree | 68fcc445fbe668084eba4775db8fd9ee44271041 /Project/Divider.cpp | |
parent | eea796f53f5d9dc1444a620713b3326f04b73339 (diff) | |
download | PSP.git-4c162c4ef7386b8fea0ad82a0019a5434adc13fb.tar.gz PSP.git-4c162c4ef7386b8fea0ad82a0019a5434adc13fb.tar.xz PSP.git-4c162c4ef7386b8fea0ad82a0019a5434adc13fb.zip |
Some control elements improvements
Diffstat (limited to 'Project/Divider.cpp')
-rw-r--r-- | Project/Divider.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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) |