1
0
mirror of https://gitlab.com/pholy/OSCAR-code.git synced 2025-04-27 16:10:45 +00:00

= vs == in Right Click move

This commit is contained in:
Mark Watkins 2011-08-26 14:50:05 +10:00
parent 0d9d528401
commit 7d3e617a0e

View File

@ -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);