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:
@@ -86,6 +86,9 @@ public:
|
||||
|
||||
void renderTo( QPaintDevice* painter );
|
||||
|
||||
void goToNextPage();
|
||||
void goToPrevPage();
|
||||
|
||||
protected:
|
||||
void contextMenuEvent( QContextMenuEvent* ) override;
|
||||
|
||||
@@ -107,6 +110,9 @@ private:
|
||||
const QList<QPointer<RiuMultiPlotPage>>& pages() const;
|
||||
RiuMultiPlotPage* createPage();
|
||||
void applyLook();
|
||||
|
||||
void changeCurrentPage( int pageDiff );
|
||||
|
||||
private slots:
|
||||
virtual void performUpdate();
|
||||
|
||||
@@ -125,4 +131,5 @@ protected:
|
||||
bool m_titleVisible;
|
||||
bool m_subTitlesVisible;
|
||||
bool m_previewMode;
|
||||
int m_currentPageIndex;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user