From 78eca1859c122b7a19e3b127cb10ee43f8f2fb39 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 18 Feb 2022 20:01:49 +0200 Subject: [PATCH] Rotation origin must not be visible after export. --- src/app/puzzle/layout/vpsheet.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/puzzle/layout/vpsheet.cpp b/src/app/puzzle/layout/vpsheet.cpp index 5a69246ee..27a1bbf7e 100644 --- a/src/app/puzzle/layout/vpsheet.cpp +++ b/src/app/puzzle/layout/vpsheet.cpp @@ -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())