#5356 Phase Distribution Plots : Make sure content is updated when toggeled

This commit is contained in:
Magne Sjaastad
2020-01-24 11:09:32 +01:00
parent 2a9af029b8
commit f120dd6929

View File

@@ -323,7 +323,7 @@ void RimWellDistributionPlotCollection::fieldChangedByUi( const caf::PdmFieldHan
if ( changedField == &m_case || changedField == &m_timeStepIndex || changedField == &m_wellName ||
changedField == &m_groupSmallContributions || changedField == &m_smallContributionsRelativeThreshold ||
changedField == &m_maximumTof || changedField == &m_showOil || changedField == &m_showGas ||
changedField == &m_showWater )
changedField == &m_showWater || changedField == &m_showWindow )
{
applyPlotParametersToContainedPlots();
shouldRecalculatePlotData = true;