diff --git a/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.cpp b/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.cpp index ded5829166..031d7dc223 100644 --- a/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.cpp +++ b/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.cpp @@ -330,7 +330,7 @@ void RicSummaryCurveCreator::defineUiOrdering( QString uiConfigName, caf::PdmUiO syncPreviewCurvesFromUiSelection(); - m_summaryCurveSelectionEditor->updateUi(); + m_summaryCurveSelectionEditor->updateUi( uiConfigName ); } //--------------------------------------------------------------------------------------------------