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;
} else {
m_scaleType = Percents;
m_scalePercent = percent;
}
}