diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-01 13:13:05 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-01 13:13:05 +0000 |
commit | 09d9d0683c3d80d7f88afd163b387d222c2220bb (patch) | |
tree | bd6a46ec3f308532281e0776a40492acd7b3fa2c /kstyles/kthemestyle | |
parent | 708dc021992da4012720ef23837bb0c9921dc888 (diff) | |
download | tdelibs-09d9d0683c3d80d7f88afd163b387d222c2220bb.tar.gz tdelibs-09d9d0683c3d80d7f88afd163b387d222c2220bb.zip |
Fix kdelibs styles by adding PE_HeaderSectionMenu handlers to them
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1250782 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kstyles/kthemestyle')
-rw-r--r-- | kstyles/kthemestyle/kthemestyle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kstyles/kthemestyle/kthemestyle.cpp b/kstyles/kthemestyle/kthemestyle.cpp index 96cbc9b88..ffd2ffda8 100644 --- a/kstyles/kthemestyle/kthemestyle.cpp +++ b/kstyles/kthemestyle/kthemestyle.cpp @@ -839,6 +839,7 @@ void KThemeStyle::drawPrimitive ( PrimitiveElement pe, TQPainter * p, const TQRe break; } + case PE_HeaderSectionMenu: case PE_HeaderSection: { sunken = false; //Never mind this one |