#2248 Source Stepping : Update toolbar when required

This commit is contained in:
Magne Sjaastad
2017-12-15 10:18:05 +01:00
parent 530b4d4073
commit 79fea6d9f0
4 changed files with 19 additions and 0 deletions

View File

@@ -106,6 +106,8 @@ bool RicImportSummaryCaseFeature::createAndAddSummaryCaseFromFile(const QString&
if (mainPlotWindow)
{
mainPlotWindow->selectAsCurrentItem(sumCase);
mainPlotWindow->updateSummaryPlotToolBar();
}
app->addToRecentFiles(fileName);