0
0
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:
Dmitry Zagorodnev
2023-03-15 09:35:59 +03:00
parent fbfe26aa53
commit 87eae706e5
2 changed files with 11 additions and 16 deletions

View File

@@ -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);