Backed out changeset: ffe89a91e021

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-08-07 14:02:57 +03:00
parent 50dd76b256
commit 45e148b606

View File

@ -5364,12 +5364,6 @@ bool MainWindow::DoExport(const VCommandLinePtr &expParams)
}
listDetails = PrepareDetailsForLayout(details);
if (not VApplication::IsGUIMode())
{
sceneDraw->clear();
sceneDetails->clear();
}
const bool exportOnlyDetails = expParams->IsExportOnlyDetails();
if (exportOnlyDetails)
{