(#570) Aligning of track top implemented.

Now using manual layout and external legend.
This commit is contained in:
Jacob Støren
2015-10-30 21:35:43 +01:00
parent 56ad3a448e
commit 1148c1167c
5 changed files with 238 additions and 40 deletions

View File

@@ -91,6 +91,7 @@ void RimWellLogPlotTrack::fieldChangedByUi(const caf::PdmFieldHandle* changedFie
{
wellLogPlot->calculateAvailableDepthRange();
wellLogPlot->zoomAllDepth();
if (wellLogPlot->viewer()) wellLogPlot->viewer()->updateChildrenLayout();
}
}
else if (changedField == &m_visibleXRangeMin || changedField == &m_visibleXRangeMax)