Skip to content
Snippets Groups Projects
Commit f0ac66c8 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

BUG: buggy left asymptote

parent 21e12102
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ public:
if (newRightAbcisse > m_LeftAsymptote->GetAbcisse()
&& newRightAbcisse < m_MaximumAbcisse)
{
m_RightAsymptote->SetAbcisse(newRightAbcisse + tx);
m_RightAsymptote->SetAbcisse(newRightAbcisse);
m_Curve->redraw();
// Update The Rendering Function min and max
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment