##// END OF EJS Templates
Bugfix extra signal emited when scroling verticaly in domain.cpp
Michal Klocek -
r695:c06fd37a314e
parent child
Show More
@@ -34,7 +34,7 void Domain::setRange(qreal minX, qreal maxX, qreal minY, qreal maxY,int tickXCo
34 tickXChanged=true;
34 tickXChanged=true;
35 }
35 }
36
36
37 if(m_tickXCount!=tickYCount) {
37 if(m_tickYCount!=tickYCount) {
38 m_tickYCount=tickYCount;
38 m_tickYCount=tickYCount;
39 tickYChanged=true;
39 tickYChanged=true;
40 }
40 }
General Comments 0
You need to be logged in to leave comments. Login now