Make sure the detection of only cross plot curves works as expected

This commit is contained in:
Magne Sjaastad
2023-11-23 14:25:41 +01:00
parent 8bc7562e9e
commit da20b81c0e
2 changed files with 12 additions and 5 deletions

View File

@@ -169,6 +169,7 @@ void RicSummaryPlotEditorUi::updateFromSummaryPlot( RimSummaryPlot* targetPlot,
{
setDefaultCurveSelection( defaultSources );
m_previewPlot->enableAutoPlotTitle( true );
m_previewPlot->setPlotTitleVisible( false );
syncPreviewCurvesFromUiSelection();
m_plotContainer = nullptr;
}