0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +03:00

Page number changing during scaling page has been fixed

This commit is contained in:
Arin Alexander
2021-06-01 23:33:38 +03:00
parent 04c3a5a37f
commit 78b298c2d7
4 changed files with 7 additions and 2 deletions

View File

@@ -85,6 +85,7 @@ private:
QColor m_previewPageBackgroundColor;
QPrinter* m_defaultPrinter;
void printPages(QPrinter *printer);
bool m_scaleChanging;
};
} // namespace LimeReport