mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8663 QtCharts: Update labels when date format changes
This commit is contained in:
parent
ceecf2e54c
commit
262aed3c8d
@ -217,6 +217,7 @@ void RimSummaryPlot::updateAxes()
|
|||||||
updateTimeAxis( timeAxisProperties() );
|
updateTimeAxis( timeAxisProperties() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
plotWidget()->updateAxes();
|
||||||
plotWidget()->scheduleReplot();
|
plotWidget()->scheduleReplot();
|
||||||
|
|
||||||
updateZoomInParentPlot();
|
updateZoomInParentPlot();
|
||||||
|
@ -803,6 +803,7 @@ void RiuQtChartsPlotWidget::setAxisScaleType( RiuPlotAxis axis, RiuQtChartsPlotW
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
void RiuQtChartsPlotWidget::updateAxes()
|
void RiuQtChartsPlotWidget::updateAxes()
|
||||||
{
|
{
|
||||||
|
axisRangeChanged();
|
||||||
m_viewer->chart()->update();
|
m_viewer->chart()->update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user