Fix update of show plot title for Well Log Plots

This commit is contained in:
Gaute Lindkvist 2020-06-02 17:24:27 +02:00
parent 2237be3898
commit 192d8d1b21

View File

@ -809,6 +809,10 @@ void RimDepthTrackPlot::fieldChangedByUi( const caf::PdmFieldHandle* changedFiel
{
updateFonts();
}
else if ( changedField == &m_showPlotWindowTitle )
{
performAutoNameUpdate();
}
updateConnectedEditors();
}