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
This commit is contained in:
Sebastian Kügler 2008-04-21 00:17:42 +00:00
parent 3069aa1d21
commit 4e04b678af

View file

@ -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();