#850 Summary : Added snapshot of all well log plots and summary plots to file

This commit is contained in:
Magne Sjaastad
2016-10-27 11:03:13 +02:00
parent 5a63b841b8
commit 70fb105ced
13 changed files with 204 additions and 62 deletions

View File

@@ -101,7 +101,12 @@ void RimWellLogTrack::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
{
wellLogPlot->calculateAvailableDepthRange();
wellLogPlot->updateDepthZoom();
if (wellLogPlot->viewer()) wellLogPlot->viewer()->updateChildrenLayout();
RiuWellLogPlot* wellLogPlotViewer = dynamic_cast<RiuWellLogPlot*>(wellLogPlot->viewWidget());
if (wellLogPlotViewer)
{
wellLogPlotViewer->updateChildrenLayout();
}
}
}
else if (changedField == &m_visibleXRangeMin || changedField == &m_visibleXRangeMax)