mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix Summary Multiplot subplot colspan issue (#8805)
Fix colspan bug for summary multiplots
This commit is contained in:
@@ -113,12 +113,17 @@ protected:
|
||||
|
||||
bool eventFilter( QObject* obj, QEvent* ev ) override;
|
||||
|
||||
private:
|
||||
void deleteAllPages();
|
||||
void createPages();
|
||||
virtual void createPages();
|
||||
|
||||
void adjustBookFrame();
|
||||
void applyPageSettings( RiuMultiPlotPage* page );
|
||||
|
||||
const QList<QPointer<RiuMultiPlotPage>>& pages() const;
|
||||
RiuMultiPlotPage* createPage();
|
||||
void applyLook();
|
||||
|
||||
private:
|
||||
RiuMultiPlotPage* createPage();
|
||||
void deleteAllPages();
|
||||
void applyLook();
|
||||
|
||||
void changeCurrentPage( int pageNumber );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user