mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3905 Summary Stepping : Avoid updateUI when not required
This commit is contained in:
parent
8011c9994d
commit
6a340c5b99
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user