diff --git a/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp b/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp index 5f3c32e803..3a04069b45 100644 --- a/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp +++ b/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp @@ -524,10 +524,9 @@ void RiuPlotMainWindow::updateSummaryPlotToolBar() if (!m_summaryPlotToolBarEditor->isEditorDataValid(toolBarFields)) { m_summaryPlotToolBarEditor->setFields(toolBarFields); + m_summaryPlotToolBarEditor->updateUi(); } - m_summaryPlotToolBarEditor->updateUi(); - m_summaryPlotToolBarEditor->show(); } else