diff options
author | Jens Bache-Wiig <jbache@trolltech.com> | 2009-08-10 18:19:53 +0200 |
---|---|---|
committer | Jens Bache-Wiig <jbache@trolltech.com> | 2009-08-10 18:19:53 +0200 |
commit | f9605d3f396043e5b893470acaeb4c726361e9dc (patch) | |
tree | d7215d77270daed0bad8f0d0e1169ca6e5f62079 /src/gui/styles/qgtkstyle.cpp | |
parent | 13a31fe82845f8b1f4d86919080d3b2a87c4d061 (diff) | |
download | qt4-tools-f9605d3f396043e5b893470acaeb4c726361e9dc.tar.gz |
Make QGtkStyle react properly to font changes in GNOME
We only reacted to font changes before when the whole theme changed.
Two things had to be fixed to support this. We need to check if the
font changed in QGtkStyle::updateTheme and we need to make sure that
QApplication does not reset these settings for us.
Reviewed-by: joao
Diffstat (limited to 'src/gui/styles/qgtkstyle.cpp')
-rw-r--r-- | src/gui/styles/qgtkstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qgtkstyle.cpp b/src/gui/styles/qgtkstyle.cpp index f6d8c889dc..5f562305f9 100644 --- a/src/gui/styles/qgtkstyle.cpp +++ b/src/gui/styles/qgtkstyle.cpp @@ -1,4 +1,4 @@ -/******* ********************************************************************* +/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Nokia Corporation (qt-info@nokia.com) |