mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 08:28:06 +03:00
Fix: replace fakeMarginSize() -> marginSize()
* В алгоритмах расчета размеров объекта использовалась функция fakeMarginSize() увеличивающая отступы на 5px.
This commit is contained in:
@@ -192,7 +192,6 @@ protected:
|
||||
bool isNeedExpandContent() const;
|
||||
QString replaceBR(QString text) const;
|
||||
QString replaceReturns(QString text) const;
|
||||
int fakeMarginSize() const;
|
||||
QString getTextPart(int height, int skipHeight);
|
||||
void restoreLinksEvent();
|
||||
void preparePopUpMenu(QMenu &menu);
|
||||
|
||||
Reference in New Issue
Block a user