diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-01 13:13:59 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-01 13:13:59 +0000 |
commit | 19abb4dd4ca21d78a508bfaf031024aff013ba97 (patch) | |
tree | 9297c848c7394f5f9e9466d8da9303728cb3dd03 /style | |
parent | 496449c1217e0791e9c48cb3ad3e3ba9e229d478 (diff) | |
download | tde-style-lipstik-19abb4dd4ca21d78a508bfaf031024aff013ba97.tar.gz tde-style-lipstik-19abb4dd4ca21d78a508bfaf031024aff013ba97.zip |
Add PE_HeaderSectionMenu handler to Lipstikv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-lipstik@1250783 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'style')
-rw-r--r-- | style/lipstik.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/style/lipstik.cpp b/style/lipstik.cpp index 07ce191..b7ff52d 100644 --- a/style/lipstik.cpp +++ b/style/lipstik.cpp @@ -1685,6 +1685,7 @@ void LipstikStyle::tqdrawPrimitive(PrimitiveElement pe, break; } + case PE_HeaderSectionMenu: case PE_HeaderSection: { // the taskbar buttons seems to be painted with PE_HeaderSection but I // want them look like normal buttons (at least for now. :) ) |