diff --git a/src/core/plotwidget.cpp b/src/core/plotwidget.cpp index 6889674..f5451f9 100644 --- a/src/core/plotwidget.cpp +++ b/src/core/plotwidget.cpp @@ -812,8 +812,11 @@ void PlotWidget::createAppearance() if (axisIndex != axisModelVector.size() - 1 && mPlotStyle.mXAxisPref.mIsAxisDrawingAtCenterEnabled == false) { axisRect->axis(QCPAxis::atBottom)->setTickLabels(false); - axisRect->axis(QCPAxis::atBottom)->setTickLabelType(mLayoutModel->timeAxisType()); + //axisRect->axis(QCPAxis::atBottom)->setTickLabelType(mLayoutModel->timeAxisType()); } + + axisRect->axis(QCPAxis::atBottom)->setTickLabelType(mLayoutModel->timeAxisType()); + //ticks // auto axisPen = axisRect->axis(QCPAxis::atLeft)->basePen();