mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix update of show plot title for Well Log Plots
This commit is contained in:
parent
2237be3898
commit
192d8d1b21
@ -809,6 +809,10 @@ void RimDepthTrackPlot::fieldChangedByUi( const caf::PdmFieldHandle* changedFiel
|
|||||||
{
|
{
|
||||||
updateFonts();
|
updateFonts();
|
||||||
}
|
}
|
||||||
|
else if ( changedField == &m_showPlotWindowTitle )
|
||||||
|
{
|
||||||
|
performAutoNameUpdate();
|
||||||
|
}
|
||||||
|
|
||||||
updateConnectedEditors();
|
updateConnectedEditors();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user