mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-24 00:33:02 +03:00
Changing page orientation has been fixed
This commit is contained in:
parent
34e114d7a4
commit
68d2f64c3c
@ -448,6 +448,7 @@ void PageItemDesignIntf::setPageOrientation(PageItemDesignIntf::Orientation valu
|
||||
qreal tmpWidth = width();
|
||||
setWidth(height());
|
||||
setHeight(tmpWidth);
|
||||
updateMarginRect();
|
||||
notify("pageOrientation",oldValue,value);
|
||||
}
|
||||
m_sizeChainging = false;
|
||||
|
Loading…
Reference in New Issue
Block a user