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:
parent
0d9d528401
commit
7d3e617a0e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user