From d802ef137dafdac52692a52900c708c885bb8a91 Mon Sep 17 00:00:00 2001 From: sandman Date: Thu, 20 Jun 2002 18:06:33 +0000 Subject: Fix a wrong assumption: TT tought only SGI style needs the drawMenuBar hack -- MotifPlus and Liquid need this hack too --- diff --git a/qt/qte232-for-qpe150-style.patch b/qt/qte232-for-qpe150-style.patch new file mode 100644 index 0000000..8069ff4 --- a/dev/null +++ b/qt/qte232-for-qpe150-style.patch @@ -0,0 +1,11 @@ +--- src/widgets/qcommonstyle.cpp.orig Thu Jun 20 02:41:34 2002 ++++ src/widgets/qcommonstyle.cpp Thu Jun 20 02:42:17 2002 +@@ -562,7 +562,7 @@ + bool enabled, bool active ) + { + #ifndef QT_NO_MENUBAR +-#ifndef QT_NO_STYLE_SGI ++#if 1 // #ifndef QT_NO_STYLE_SGI + if (draw_menu_bar_impl != 0) { + QDrawMenuBarItemImpl impl = draw_menu_bar_impl; + (this->*impl)(p, x, y, w, h, mi, g, enabled, active); -- cgit v0.9.0.2