This commit is contained in:
Erik Frojdh
2020-03-10 16:09:59 +01:00
parent 8ba0ef093e
commit 53749c3b77
3 changed files with 1 additions and 9 deletions

View File

@ -80,9 +80,6 @@ class SlsQt2DPlot : public QwtPlot {
SlsQt2DZoomer *zoomer{nullptr};
QwtPlotPanner *panner{nullptr};
QwtScaleWidget *rightAxis{nullptr};
QwtLinearColorMap *colorMapLinearScale{nullptr};
QwtLinearColorMap *colorMapLogScale{nullptr};
QList<double> contourLevelsLinear;
QList<double> contourLevelsLog;
bool disableZoom{false};