mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge pull request #8654 from OPM/filter_wheelevents
Summary Multiplot: page scroll and zoom fixes
This commit is contained in:
@@ -32,6 +32,7 @@ class RiuQwtPlotWidget;
|
||||
|
||||
class QwtPlotCurve;
|
||||
class QKeyEvent;
|
||||
class QWheelEvent;
|
||||
class QPaintDevice;
|
||||
|
||||
//==================================================================================================
|
||||
@@ -76,6 +77,7 @@ public:
|
||||
QPageLayout pageLayout() const;
|
||||
|
||||
virtual bool handleGlobalKeyEvent( QKeyEvent* keyEvent );
|
||||
virtual bool handleGlobalWheelEvent( QWheelEvent* wheelEvent );
|
||||
|
||||
protected:
|
||||
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;
|
||||
|
||||
Reference in New Issue
Block a user