Fix disappearing of rotation controls.

This commit is contained in:
Roman Telezhynskyi 2022-02-18 17:17:40 +02:00
parent d37c68321e
commit 4508bd859f

View File

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