mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-26 05:18:11 +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)
|
void FontEditorWidget::slotFontChanged(const QFont &font)
|
||||||
{
|
{
|
||||||
if (reportEditor() && !m_ignoreSlots) reportEditor()->setFont(font);
|
if (reportEditor() && !m_ignoreSlots) reportEditor()->setFont(font);
|
||||||
|
if (page()) page()->setFont(font);
|
||||||
}
|
}
|
||||||
|
|
||||||
void FontEditorWidget::slotFontSizeChanged(const QString &value)
|
void FontEditorWidget::slotFontSizeChanged(const QString &value)
|
||||||
|
Loading…
Reference in New Issue
Block a user