mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix mouse wheel not working in 3D view if a plot window is created.
Fix issue with multiplot sometimes being shown incorrectly when switching between fullscreen plots
This commit is contained in:
@@ -91,6 +91,7 @@ protected:
|
||||
void contextMenuEvent( QContextMenuEvent* ) override;
|
||||
|
||||
void showEvent( QShowEvent* event ) override;
|
||||
void hideEvent( QHideEvent* event ) override;
|
||||
void resizeEvent( QResizeEvent* event ) override;
|
||||
|
||||
void applyPagePreviewBookSize( int frameWidth );
|
||||
@@ -107,6 +108,8 @@ protected:
|
||||
|
||||
void timerEvent( QTimerEvent* event ) override;
|
||||
|
||||
bool eventFilter( QObject* obj, QEvent* ev ) override;
|
||||
|
||||
private:
|
||||
void deleteAllPages();
|
||||
void createPages();
|
||||
@@ -136,6 +139,7 @@ protected:
|
||||
bool m_previewMode;
|
||||
int m_currentPageIndex;
|
||||
|
||||
bool m_goToLastPageAfterUpdate;
|
||||
bool m_goToPageAfterUpdate;
|
||||
int m_pageToGoTo;
|
||||
int m_pageTimerId;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user