It's wobbly windows, not wobbly menus, tooltips, combos ...

This check only seems to catch dropdownmenus, but the code looks
right to me ... maybe an omission somewhere else?

Anyway, it makes the wobbly experiences much calmer.

svn path=/trunk/KDE/kdebase/workspace/; revision=799290
remotes/origin/Plasma/5.0
Sebastian Kügler 18 years ago
parent 3069aa1d21
commit 4e04b678af
  1. 2
      effects/wobblywindows.cpp

@ -221,7 +221,7 @@ void WobblyWindowsEffect::prePaintWindow(EffectWindow* w, WindowPrePaintData& da
void WobblyWindowsEffect::paintWindow(EffectWindow* w, int mask, QRegion region, WindowPaintData& data)
{
if(windows.contains(w))
if(windows.contains(w) && w->isNormalWindow())
{
WindowWobblyInfos& wwi = windows[w];
int tx = w->geometry().x();

Loading…
Cancel
Save