#4247 Minor improvements to export sector model UI

This commit is contained in:
Gaute Lindkvist
2019-03-28 20:42:29 +01:00
parent d4f3701da6
commit 47a559b3a8
7 changed files with 47 additions and 51 deletions

View File

@@ -866,6 +866,9 @@ void RiuMainWindow::slotRefreshFileActions()
cmdFeatureMgr->action("RicWellPathsImportSsihubFeature")->setEnabled(projectFileExists);
QStringList commandIdList;
commandIdList << "RicExportEclipseInputGridFeature";
commandIdList << "RicSaveEclipseInputVisibleCellsFeature";
commandIdList << "RicSaveEclipseInputActiveVisibleCellsFeature";
commandIdList << "RicExportCompletionsForVisibleWellPathsFeature";
commandIdList << "RicExportVisibleWellPathsFeature";
cmdFeatureMgr->refreshStates(commandIdList);