Export visible cells : Clear scheduled views before exporting visible cells

This commit is contained in:
Magne Sjaastad 2018-11-11 14:07:06 +01:00
parent 2f19ea35cb
commit a103e22e0a

View File

@ -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");