mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-01 03:29:49 +03:00
Text item changing font in preview window has been fixed
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user