summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid/liquid.cpp
Side-by-side diff
Diffstat (limited to 'noncore/styles/liquid/liquid.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/styles/liquid/liquid.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/noncore/styles/liquid/liquid.cpp b/noncore/styles/liquid/liquid.cpp
index 67e53e9..fc925b8 100644
--- a/noncore/styles/liquid/liquid.cpp
+++ b/noncore/styles/liquid/liquid.cpp
@@ -127,5 +127,5 @@ bool TransMenuHandler::eventFilter(QObject *obj, QEvent *ev)
- if (p->inherits("QPopupMenu"))
pixDict.insert(p->winId(), pix);
- else {
+
+ if (!p->inherits("QPopupMenu")) {
p->setBackgroundPixmap(*pix);
@@ -148,5 +148,4 @@ bool TransMenuHandler::eventFilter(QObject *obj, QEvent *ev)
- if (p->inherits("QPopupMenu"))
pixDict.remove(p->winId());
- else {
+ if (!p->inherits("QPopupMenu")) {
p->setBackgroundMode(QWidget::PaletteBackground);
@@ -847,2 +846,3 @@ void LiquidStyle::polish(QWidget *w)
+ if ( !w-> inherits("QFrame") || (((QFrame*) w)-> frameShape () == QFrame::NoFrame ))
w-> setBackgroundOrigin ( QWidget::ParentOrigin );