Update depth axis grid when changing grid line setting

This commit is contained in:
Gaute Lindkvist
2019-10-28 13:35:32 +01:00
parent e4fd536d21
commit f741c878db

View File

@@ -563,7 +563,7 @@ void RimWellLogPlot::fieldChangedByUi( const caf::PdmFieldHandle* changedField,
}
else if ( changedField == &m_depthAxisGridVisibility )
{
updateLayout();
updateZoom();
}
else if ( changedField == &m_isAutoScaleDepthEnabled )
{