mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1163 Well Acc plot: Timestep and case changes in GUI is not handled
This commit is contained in:
parent
e8ee077501
commit
8ee7229f60
@ -443,7 +443,9 @@ void RimWellAllocationPlot::fieldChangedByUi(const caf::PdmFieldHandle* changedF
|
|||||||
{
|
{
|
||||||
updateMdiWindowTitle();
|
updateMdiWindowTitle();
|
||||||
}
|
}
|
||||||
else if (changedField == &m_wellName)
|
else if ( changedField == &m_wellName
|
||||||
|
|| changedField == &m_case
|
||||||
|
|| changedField == &m_timeStep)
|
||||||
{
|
{
|
||||||
updateFromWell();
|
updateFromWell();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user