diff options
Diffstat (limited to 'recipes/portabase/portabase-1.9/qt2310-fontbug.patch')
-rw-r--r-- | recipes/portabase/portabase-1.9/qt2310-fontbug.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/portabase/portabase-1.9/qt2310-fontbug.patch b/recipes/portabase/portabase-1.9/qt2310-fontbug.patch new file mode 100644 index 0000000000..3999ca35dc --- /dev/null +++ b/recipes/portabase/portabase-1.9/qt2310-fontbug.patch @@ -0,0 +1,11 @@ +--- portabase/preferences.cpp.orig 2005-02-13 22:48:10 +0100 ++++ portabase/preferences.cpp 2005-02-13 22:48:06 +0100 +@@ -154,7 +154,7 @@ + { + QWidget *appearanceTab = new QWidget(tabs); + QVBoxLayout *layout = new QVBoxLayout(appearanceTab); +-#if defined(Q_WS_QWS) ++#if defined(Q_WS_QWS) && QT_VERSION <= 239 + sizeFactor = 10; + #else + sizeFactor = 1; |