(#396) Applying well log plot user name in tree view when loading project from file

This commit is contained in:
Pål Hagen 2015-09-08 12:25:22 +02:00
parent 9a765428cb
commit d1437ba849

View File

@ -281,6 +281,7 @@ void RimWellLogPlot::loadDataAndUpdate()
updateAvailableDepthRange();
updateAxisRanges();
setUiName(m_userName);
}
//--------------------------------------------------------------------------------------------------