diff --git a/limereport/lrpreviewreportwidget.cpp b/limereport/lrpreviewreportwidget.cpp index 66dc5de..2776aeb 100644 --- a/limereport/lrpreviewreportwidget.cpp +++ b/limereport/lrpreviewreportwidget.cpp @@ -228,6 +228,7 @@ void PreviewReportWidget::setScalePercent(int percent) m_scaleType = OneToOne; } else { m_scaleType = Percents; + m_scalePercent = percent; } }