From 661d714d52967df831372fea0c79b810ffe55239 Mon Sep 17 00:00:00 2001 From: Christophe Bourcier Date: Tue, 24 Oct 2023 16:19:41 +0200 Subject: [PATCH] Fix bos #38359 exportToXAOMem calls exportXAO twice --- src/ExchangeAPI/ExchangeAPI_Export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExchangeAPI/ExchangeAPI_Export.cpp b/src/ExchangeAPI/ExchangeAPI_Export.cpp index 6390b6d97..461d476d2 100644 --- a/src/ExchangeAPI/ExchangeAPI_Export.cpp +++ b/src/ExchangeAPI/ExchangeAPI_Export.cpp @@ -141,7 +141,7 @@ ExchangeAPI_Export::ExchangeAPI_Export(const std::shared_ptr& aListOfOneSel.push_back(theResult); fillAttribute(aListOfOneSel, theFeature->selectionList(ExchangePlugin_ExportFeature::XAO_SELECTION_LIST_ID())); - execute(true); + execute(); apply(); // finish operation to make sure the export is done on the current state of the history } -- 2.30.2