mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-23 16:22:58 +03:00
Text item changing font in preview window has been fixed
This commit is contained in:
parent
0a2d906a89
commit
381ef73b84
@ -122,6 +122,7 @@ void FontEditorWidget::updateValues(const QFont& font)
|
||||
void FontEditorWidget::slotFontChanged(const QFont &font)
|
||||
{
|
||||
if (reportEditor() && !m_ignoreSlots) reportEditor()->setFont(font);
|
||||
if (page()) page()->setFont(font);
|
||||
}
|
||||
|
||||
void FontEditorWidget::slotFontSizeChanged(const QString &value)
|
||||
|
Loading…
Reference in New Issue
Block a user