Merge pull request #8754 from OPM/multiplot_improvements

Summary Multiplot: add new plot from a single curve in an ensemble plot and improve general plot performance
This commit is contained in:
jonjenssen
2022-03-31 12:34:07 +02:00
committed by GitHub
parent 2eb1713866
commit ebba37a623
15 changed files with 227 additions and 39 deletions

View File

@@ -45,7 +45,7 @@ private:
private slots:
void slotSetMinDepth( int value );
void performUpdate() override;
void performUpdate( RiaDefines::MultiPlotPageUpdateType whatToUpdate ) override;
private:
QPointer<QVBoxLayout> m_verticalTrackScrollBarLayout;