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

@@ -252,14 +252,14 @@ void RimPlot::onChildDeleted( caf::PdmChildArrayFieldHandle* childArray, std::ve
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimPlot::updateZoomInParentPlot()
void RimPlot::updatePlotWidgetFromAxisRanges()
{
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimPlot::updateZoomFromParentPlot()
void RimPlot::updateAxisRangesFromPlotWidget()
{
}