mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Regression test fixes (#9105)
* Do not show Open Summary Plot in 3D view Property Editor
* Regression Test: Fix missing update of correlation report plot
A fix was introduced in 73d598ee7e to avoid a crash when deleting a multi plot. This had a unintended side effect causing the sub plots in correlation report plot to not be inserted properly.
* Bump release version
This commit is contained in:
@@ -566,7 +566,7 @@ bool RiuMultiPlotPage::showYAxis( int row, int column ) const
|
||||
void RiuMultiPlotPage::performUpdate( RiaDefines::MultiPlotPageUpdateType whatToUpdate )
|
||||
{
|
||||
auto multiPlot = dynamic_cast<RimMultiPlot*>( m_plotDefinition.p() );
|
||||
if ( !multiPlot || !multiPlot->isValid() ) return;
|
||||
if ( multiPlot && !multiPlot->isValid() ) return;
|
||||
|
||||
if ( whatToUpdate == RiaDefines::MultiPlotPageUpdateType::ALL )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user