1
0
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:
2008-02-13 05:37:01 +00:00
parent 4326ee4273
commit 5db740f948

View File

@ -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);