Rename to improve readability

This commit is contained in:
Magne Sjaastad
2024-05-02 11:26:52 +02:00
parent 6b76aad162
commit aea804b161
16 changed files with 35 additions and 35 deletions

View File

@@ -851,7 +851,7 @@ void RimMultiPlot::updateZoom()
{
for ( RimPlot* plot : plots() )
{
plot->updateZoomInParentPlot();
plot->updatePlotWidgetFromAxisRanges();
}
}