mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5051 Fix Well Log Plot zoom with scrolling with scrollbar
This commit is contained in:
@@ -268,6 +268,15 @@ void RimWellLogPlot::availableDepthRange( double* minimumDepth, double* maximumD
|
||||
*maximumDepth = m_maxAvailableDepth;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellLogPlot::visibleDepthRange( double* minimumDepth, double* maximumDepth ) const
|
||||
{
|
||||
*minimumDepth = m_minVisibleDepth;
|
||||
*maximumDepth = m_maxVisibleDepth;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user