常规更新
This commit is contained in:
@@ -168,7 +168,7 @@ namespace YSG {
|
||||
|
||||
|
||||
QString AbsAxisPrivate::getTickLabel(double tick, SRC src) {
|
||||
auto renderState = reinterpret_cast<AbsAxisRenderState*>(getState(src));
|
||||
auto renderState = reinterpret_cast<AbsAxisRenderState*>(state(src));
|
||||
return renderState->locale.toString(tick, renderState->formatChar.toLatin1(), renderState->numberPrecision);
|
||||
}
|
||||
|
||||
@@ -215,4 +215,4 @@ namespace YSG {
|
||||
QVector<double> AbsAxis::createSubTickVector(int subTickCount, const QVector<double> &ticks, const Range& range) {
|
||||
return d()->createSubTickVector(subTickCount, ticks, range);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user