Set m_x=0 on a WideGraph resize event.

This commit is contained in:
Joe Taylor 2022-09-10 08:57:31 -04:00
parent 077b44f901
commit f8b21ea5e6

View File

@ -112,6 +112,7 @@ void CPlotter::resizeEvent(QResizeEvent* ) //resizeEvent()
m_Percent2DScreen0 = m_Percent2DScreen;
m_bResized = true;
m_vpixperdiv = float(m_h2)/float(VERT_DIVS);
m_x=0;
}
DrawOverlay();
}