mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3097 Make sure plot title is updated when user description is changed.
This commit is contained in:
parent
e45ac4d705
commit
d20a96bdfa
@ -131,6 +131,7 @@ void RimWellLogPlot::fieldChangedByUi(const caf::PdmFieldHandle* changedField, c
|
|||||||
else if (changedField == &m_userName)
|
else if (changedField == &m_userName)
|
||||||
{
|
{
|
||||||
updateMdiWindowTitle();
|
updateMdiWindowTitle();
|
||||||
|
updatePlotTitle();
|
||||||
}
|
}
|
||||||
else if ( changedField == &m_depthType )
|
else if ( changedField == &m_depthType )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user