mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-24 04:33:03 +03:00
Resize preview widget in percent mode has been fixed
This commit is contained in:
parent
52f34dc9c1
commit
24bc4f9b9d
@ -228,6 +228,7 @@ void PreviewReportWidget::setScalePercent(int percent)
|
||||
m_scaleType = OneToOne;
|
||||
} else {
|
||||
m_scaleType = Percents;
|
||||
m_scalePercent = percent;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user