git-svn-id: https://svn.webkit.org/repository/webkit/trunk@18118
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-12-09 Zack Rusin <zack@kde.org>
+
+ Reviewed by Lars.
+
+ Correctly set the font on widgets.
+
+ * platform/qt/WidgetQt.cpp:
+ (WebCore::Widget::setFont):
+
2006-12-09 Adam Treat <treat@kde.org>
Reviewed by Zack
QWidget* m_parent;
QWidget* m_widget;
- Font m_font;
+
+ Font m_font;
};
Widget::Widget()
{
if (data->m_widget)
data->m_widget->setFont(font);
+ data->m_font = font;
}
void Widget::setCursor(const Cursor& cursor)