From 7d3e617a0ea886a15f51f131b92df075fda3eb11 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Fri, 26 Aug 2011 14:50:05 +1000 Subject: [PATCH] = vs == in Right Click move --- Graphs/gGraphView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphs/gGraphView.cpp b/Graphs/gGraphView.cpp index a322981f..c25027ef 100644 --- a/Graphs/gGraphView.cpp +++ b/Graphs/gGraphView.cpp @@ -362,7 +362,7 @@ void gGraph::mouseMoveEvent(QMouseEvent * event) } else { qint64 qq=rmax_x-rmin_x; xx=max_x-min_x; - if (xx=qq) xx=1800000; + if (xx==qq) xx=1800000; w-=m_marginleft+left; xmult=qq/double(w); qint64 j1=(xmult*x);