diff --git a/Graphs/gGraphView.cpp b/Graphs/gGraphView.cpp index f7b5e6b7..a322981f 100644 --- a/Graphs/gGraphView.cpp +++ b/Graphs/gGraphView.cpp @@ -362,6 +362,7 @@ void gGraph::mouseMoveEvent(QMouseEvent * event) } else { qint64 qq=rmax_x-rmin_x; xx=max_x-min_x; + if (xx=qq) xx=1800000; w-=m_marginleft+left; xmult=qq/double(w); qint64 j1=(xmult*x);