Performance: Slow performance for some plot and curve operations

* Performance: Cache registry value
* Performance: Avoid recursive update
Early return if values are identical
updateConnectedEditors is handled by setValueFromUiEditor
Avoid fieldChanged in analyzePlotsAndAdjustAppearanceSettings
This commit is contained in:
Magne Sjaastad
2023-08-25 10:39:19 +02:00
committed by GitHub
parent d198dc8537
commit 3800246b79
8 changed files with 20 additions and 13 deletions

View File

@@ -1924,8 +1924,6 @@ void RimSummaryPlot::updateZoomFromParentPlot()
axisProperties->setVisibleRangeMax( axisMax );
axisProperties->setVisibleRangeMin( axisMin );
axisProperties->updateConnectedEditors();
}
}