mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4983 Fix drag zoom on Summary and Grid cross plots
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user