mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-30 05:27:12 +03:00
Changing page orientation has been fixed
This commit is contained in:
@@ -448,6 +448,7 @@ void PageItemDesignIntf::setPageOrientation(PageItemDesignIntf::Orientation valu
|
|||||||
qreal tmpWidth = width();
|
qreal tmpWidth = width();
|
||||||
setWidth(height());
|
setWidth(height());
|
||||||
setHeight(tmpWidth);
|
setHeight(tmpWidth);
|
||||||
|
updateMarginRect();
|
||||||
notify("pageOrientation",oldValue,value);
|
notify("pageOrientation",oldValue,value);
|
||||||
}
|
}
|
||||||
m_sizeChainging = false;
|
m_sizeChainging = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user