mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Made scrollbar inactive on zoom all. Made zoom all depth show the endpoint of the plot.
This commit is contained in:
@@ -432,7 +432,7 @@ void RimWellLogPlot::zoomAllDepth()
|
||||
{
|
||||
if (hasAvailableDepthRange())
|
||||
{
|
||||
setDepthZoomMinMax(m_minAvailableDepth, m_maxAvailableDepth);
|
||||
setDepthZoomMinMax(m_minAvailableDepth, m_maxAvailableDepth + 0.01*(m_maxAvailableDepth - m_minAvailableDepth));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user