0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-25 00:54:39 +03:00

Resize preview widget in percent mode has been fixed

This commit is contained in:
Arin Alexander 2018-07-11 12:35:41 +03:00
parent 52f34dc9c1
commit 24bc4f9b9d

View File

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