mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5150 Improve wheel zoom with logarithmic axes
* Limit the amount to scroll at one time and set a fixed minimum
This commit is contained in:
@@ -859,6 +859,8 @@ void RimSummaryPlot::updateZoomForAxis( RiaDefines::PlotAxis plotAxis )
|
||||
|
||||
if ( yAxisProps->isAutoZoom() )
|
||||
{
|
||||
m_plotWidget->setAxisIsLogarithmic( yAxisProps->qwtPlotAxisType(), yAxisProps->isLogarithmicScaleEnabled );
|
||||
|
||||
if ( yAxisProps->isLogarithmicScaleEnabled )
|
||||
{
|
||||
std::vector<const QwtPlotCurve*> plotCurves;
|
||||
|
||||
Reference in New Issue
Block a user