mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-01 19:51:30 +03:00
Font editors has been fixed
This commit is contained in:
@@ -164,8 +164,10 @@ QFont BaseDesignIntf::font() const
|
||||
|
||||
void BaseDesignIntf::setFont(QFont &font)
|
||||
{
|
||||
m_font = font;
|
||||
update();
|
||||
if (m_font != font){
|
||||
m_font = font;
|
||||
if (!isLoading()) update();
|
||||
}
|
||||
}
|
||||
|
||||
qreal BaseDesignIntf::width() const
|
||||
|
Reference in New Issue
Block a user