mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-20 18:27:16 +01:00
Bug with interface font in info block is fixed
This commit is contained in:
parent
4326ee4273
commit
5db740f948
@ -376,11 +376,8 @@ void FWWindow::info(FWObject *obj, bool forced)
|
||||
+ QString("<hr height=\"0\">");
|
||||
oi->setText(s);
|
||||
}
|
||||
|
||||
oi->setFontWeight(QFont::Normal);
|
||||
oi->setFontItalic(false);
|
||||
oi->setFontUnderline(false);
|
||||
oi->setTextColor(Qt::black);
|
||||
|
||||
oi->setFont(st->getUiFont());
|
||||
s=QString::fromUtf8(obj->getComment().c_str());
|
||||
oi->append(s);
|
||||
oi->moveCursor(QTextCursor::Start);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user