Rotation origin must not be visible after export.

This commit is contained in:
Roman Telezhynskyi 2022-02-18 20:01:49 +02:00
parent 9bbf384a0a
commit 78eca1859c

View file

@ -166,7 +166,6 @@ void VPSheetSceneData::CleanAfterExport()
m_graphicsSheet->SetShowMargin(true);
m_rotationControls->setVisible(true);
m_rotationOrigin->setVisible(true);
VPLayoutPtr layout = m_layout.toStrongRef();
if (not layout.isNull())