@@ -371,7 +371,6 void AxisItem::handleAxisUpdated() | |||||
371 |
|
371 | |||
372 | void AxisItem::handleRangeChanged(qreal min, qreal max,int tickCount) |
|
372 | void AxisItem::handleRangeChanged(qreal min, qreal max,int tickCount) | |
373 | { |
|
373 | { | |
374 | qDebug()<<min<<max<<tickCount; |
|
|||
375 | if(min==max || tickCount<2) return; |
|
374 | if(min==max || tickCount<2) return; | |
376 |
|
375 | |||
377 | m_min = min; |
|
376 | m_min = min; |
General Comments 0
You need to be logged in to leave comments.
Login now