diff --git a/widgets/plotter.cpp b/widgets/plotter.cpp index 6b0cb5e7e..18ab6d4cc 100644 --- a/widgets/plotter.cpp +++ b/widgets/plotter.cpp @@ -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(); }