[effects/scale] Don't animate popups on Wayland

I made a horrible typo("popup" vs "popupWindow"), which went
unnoticeable during code review and while I was testing the ported
effect on Wayland.

Because this change is pretty trivial (fixing a typo), I didn't put it
on review.
This commit is contained in:
Vlad Zagorodniy 2018-11-04 14:38:55 +02:00
parent 4c38c0dcc3
commit bd47b51058

View file

@ -62,7 +62,7 @@ var scaleEffect = {
}
// Don't animate combobox popups, tooltips, popup menus, etc.
if (window.popup) {
if (window.popupWindow) {
return false;
}