diff --git a/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp b/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp index f35bafc051..9b2ae9264f 100644 --- a/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp +++ b/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp @@ -574,6 +574,12 @@ void RiuPlotMainWindow::updateSummaryPlotToolBar( bool forceUpdateUi ) else { toolBarFields = summaryPlot->summaryCurveCollection()->fieldsToShowInToolbar(); + + if ( toolBarFields.empty() ) + { + // Show ensemble stepping if no fields are available from summary stepping + toolBarFields = summaryPlot->ensembleCurveSetCollection()->fieldsToShowInToolbar(); + } } if ( !m_summaryPlotToolBarEditor->isEditorDataValid( toolBarFields ) )