mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-11 15:41:41 +02:00
Bug with interface font in info block is fixed
This commit is contained in:
@@ -377,10 +377,7 @@ void FWWindow::info(FWObject *obj, bool forced)
|
|||||||
oi->setText(s);
|
oi->setText(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
oi->setFontWeight(QFont::Normal);
|
oi->setFont(st->getUiFont());
|
||||||
oi->setFontItalic(false);
|
|
||||||
oi->setFontUnderline(false);
|
|
||||||
oi->setTextColor(Qt::black);
|
|
||||||
s=QString::fromUtf8(obj->getComment().c_str());
|
s=QString::fromUtf8(obj->getComment().c_str());
|
||||||
oi->append(s);
|
oi->append(s);
|
||||||
oi->moveCursor(QTextCursor::Start);
|
oi->moveCursor(QTextCursor::Start);
|
||||||
|
|||||||
Reference in New Issue
Block a user