mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2275 : Source Stepping : Trigger update of required UI when case changes
This commit is contained in:
parent
cd340f7713
commit
bc12695af1
@ -316,6 +316,11 @@ void RimSummaryPlotSourceStepping::fieldChangedByUi(const caf::PdmFieldHandle* c
|
|||||||
|
|
||||||
triggerLoadDataAndUpdate = true;
|
triggerLoadDataAndUpdate = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_wellName.uiCapability()->updateConnectedEditors();
|
||||||
|
m_wellGroupName.uiCapability()->updateConnectedEditors();
|
||||||
|
m_region.uiCapability()->updateConnectedEditors();
|
||||||
|
m_quantity.uiCapability()->updateConnectedEditors();
|
||||||
}
|
}
|
||||||
else if (changedField == &m_wellName)
|
else if (changedField == &m_wellName)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user