diff --git a/src/app/puzzle/layout/vpsheet.cpp b/src/app/puzzle/layout/vpsheet.cpp index ac57aaa08..5a69246ee 100644 --- a/src/app/puzzle/layout/vpsheet.cpp +++ b/src/app/puzzle/layout/vpsheet.cpp @@ -165,6 +165,9 @@ void VPSheetSceneData::CleanAfterExport() m_graphicsSheet->SetShowBorder(true); m_graphicsSheet->SetShowMargin(true); + m_rotationControls->setVisible(true); + m_rotationOrigin->setVisible(true); + VPLayoutPtr layout = m_layout.toStrongRef(); if (not layout.isNull()) {