diff --git a/applet.cpp b/applet.cpp index b27b58a11..a626c10be 100644 --- a/applet.cpp +++ b/applet.cpp @@ -758,6 +758,8 @@ void Applet::flushPendingConstraintsEvents() setBackgroundHints(d->backgroundHints|StandardBackground); } else if(d->backgroundHints&StandardBackground) { setBackgroundHints(d->backgroundHints^StandardBackground); + } else if(d->backgroundHints&TranslucentBackground) { + setBackgroundHints(d->backgroundHints^TranslucentBackground); } }