author | harlekin <harlekin> | 2002-09-09 15:41:53 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-09-09 15:41:53 (UTC) |
commit | 59844388cf877a0abe66582822c90712979fd9c3 (patch) (side-by-side diff) | |
tree | fcbcc00e0f6f941cc81f1c0ab6b4dd8dbfaaeaa3 /qt/qte234-for-opie091-style.patch | |
parent | d216f8562ba0ccc630e1c5499c51565cab066322 (diff) | |
download | opie-59844388cf877a0abe66582822c90712979fd9c3.zip opie-59844388cf877a0abe66582822c90712979fd9c3.tar.gz opie-59844388cf877a0abe66582822c90712979fd9c3.tar.bz2 |
first round of patches to qt embedded 2.3.4
Diffstat (limited to 'qt/qte234-for-opie091-style.patch') (more/less context) (ignore whitespace changes)
-rw-r--r-- | qt/qte234-for-opie091-style.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qt/qte234-for-opie091-style.patch b/qt/qte234-for-opie091-style.patch new file mode 100644 index 0000000..1944da8 --- a/dev/null +++ b/qt/qte234-for-opie091-style.patch @@ -0,0 +1,11 @@ +--- src.orig/widgets/qcommonstyle.cpp Mon Mar 18 02:11:26 2002 ++++ src/widgets/qcommonstyle.cpp Fri Aug 30 04:28:27 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); |