Fix disappearing of rotation controls.
This commit is contained in:
parent
d37c68321e
commit
4508bd859f
|
@ -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())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user