#4983 Fix drag zoom on Summary and Grid cross plots

This commit is contained in:
Gaute Lindkvist
2019-11-05 08:27:35 +01:00
parent 7d817d0277
commit c7b5957571
7 changed files with 67 additions and 9 deletions

View File

@@ -41,6 +41,7 @@ class QwtPlotMarker;
class QwtPlotPicker;
class QEvent;
class QLabel;
//==================================================================================================
//
@@ -113,6 +114,8 @@ protected:
virtual void selectPoint( QwtPlotCurve* curve, int pointNumber );
virtual void clearPointSelection();
virtual bool isZoomerActive() const;
virtual void endZoomOperations();
private:
void setDefaults();