0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Finish 1.4.87

This commit is contained in:
Arin Alexander
2018-07-11 12:39:52 +03:00
3 changed files with 8 additions and 7 deletions

View File

@@ -262,6 +262,7 @@ void PreviewReportWidget::setScalePercent(int percent)
m_scaleType = OneToOne;
} else {
m_scaleType = Percents;
m_scalePercent = percent;
}
}