mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
(#442) Permanent fix. Needed to handle the new plot views properly
This commit is contained in:
@@ -118,3 +118,11 @@ void RiuWellLogPlot::slotSetMinDepth(int value)
|
||||
double delta = value - minimumDepth;
|
||||
m_plotDefinition->setVisibleDepthRange(minimumDepth + delta, maximumDepth + delta);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimWellLogPlot* RiuWellLogPlot::ownerPlotDefinition()
|
||||
{
|
||||
return m_plotDefinition;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user