mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-04 04:30:51 -06:00
(#396) Removed Qwt-based panning
This commit is contained in:
parent
9b4a74cc33
commit
36c05c2108
@ -22,7 +22,6 @@
|
||||
#include "qwt_plot_grid.h"
|
||||
#include "qwt_legend.h"
|
||||
#include "qwt_scale_engine.h"
|
||||
#include "qwt_plot_panner.h"
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
@ -36,12 +35,6 @@ RiuWellLogTracePlot::RiuWellLogTracePlot(QWidget* parent)
|
||||
m_legend = new QwtLegend(this);
|
||||
insertLegend(m_legend, QwtPlot::TopLegend);
|
||||
|
||||
QwtPlotPanner* panner = new QwtPlotPanner(canvas());
|
||||
panner->setAxisEnabled(QwtPlot::yLeft, true);
|
||||
panner->setAxisEnabled(QwtPlot::yRight, false);
|
||||
panner->setAxisEnabled(QwtPlot::xTop, false);
|
||||
panner->setAxisEnabled(QwtPlot::xBottom, false);
|
||||
|
||||
setDefaults();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user