常规更新

This commit is contained in:
2026-07-23 11:10:17 +08:00
parent d1aac0e679
commit a3a385f8da
31 changed files with 736 additions and 255 deletions
+2 -2
View File
@@ -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);
}
}
}