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:
parent
3069aa1d21
commit
4e04b678af
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue