[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.
remotes/origin/davidedmundson/hwcomposoer_mod
Vlad Zagorodniy 7 years ago
parent 4c38c0dcc3
commit bd47b51058
  1. 2
      effects/scale/package/contents/code/main.js

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

Loading…
Cancel
Save