#2044 Close LAS file. Update plots after LAS delete and import

This commit is contained in:
Bjørn Erik Jensen
2017-10-31 15:41:28 +01:00
parent 7695e5dabf
commit e7c0d6d59a
5 changed files with 110 additions and 6 deletions

View File

@@ -23,6 +23,8 @@
#include "RimProject.h"
#include "RiuMainWindow.h"
#include "cafPdmUiObjectEditorHandle.h"
#include <QAction>
#include <QFileDialog>
@@ -52,6 +54,8 @@ void RicWellLogsImportFileFeature::onActionTriggered(bool isChecked)
app->setLastUsedDialogDirectory("WELL_LOGS_DIR", QFileInfo(wellLogFilePaths.last()).absolutePath());
app->addWellLogsToModel(wellLogFilePaths);
caf::PdmUiObjectEditorHandle::updateUiAllObjectEditors();
}
//--------------------------------------------------------------------------------------------------