mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Export visible cells : Clear scheduled views before exporting visible cells
This commit is contained in:
parent
2f19ea35cb
commit
a103e22e0a
@ -19,6 +19,7 @@
|
||||
#include "RicfExportVisibleCells.h"
|
||||
|
||||
#include "RiaFilePathTools.h"
|
||||
#include "RiaViewRedrawScheduler.h"
|
||||
|
||||
#include "RicfApplicationTools.h"
|
||||
#include "RicfCommandFileExecutor.h"
|
||||
@ -94,6 +95,8 @@ void RicfExportVisibleCells::execute()
|
||||
exportFolder = RiaApplication::instance()->createAbsolutePathFromProjectRelativePath("visibleCells");
|
||||
}
|
||||
|
||||
RiaViewRedrawScheduler::instance()->clearViewsScheduledForUpdate();
|
||||
|
||||
RicSaveEclipseInputVisibleCellsUi exportSettings;
|
||||
buildExportSettings(exportFolder, &exportSettings);
|
||||
RicSaveEclipseInputVisibleCellsFeature::executeCommand(eclipseView, exportSettings, "exportVisibleCells");
|
||||
|
Loading…
Reference in New Issue
Block a user