Skip to content

Commit

Permalink
(#396) Removed Qwt-based panning
Browse files Browse the repository at this point in the history
  • Loading branch information
palhagen committed Sep 1, 2015
1 parent 9b4a74c commit 36c05c2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ApplicationCode/UserInterface/RiuWellLogTracePlot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "qwt_plot_grid.h"
#include "qwt_legend.h"
#include "qwt_scale_engine.h"
#include "qwt_plot_panner.h"

//--------------------------------------------------------------------------------------------------
///
Expand All @@ -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();
}

Expand Down

0 comments on commit 36c05c2

Please sign in to comment.