mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 905139 - Fix alpha setter for pre-HC AnimatorProxy (r=sriram)
This commit is contained in:
parent
d031db52f8
commit
cb8f321ee2
@ -236,7 +236,7 @@ class AnimatorProxy {
|
||||
|
||||
@Override
|
||||
public void setAlpha(float alpha) {
|
||||
if (alpha == alpha)
|
||||
if (mAlpha == alpha)
|
||||
return;
|
||||
|
||||
mAlpha = alpha;
|
||||
|
Loading…
Reference in New Issue
Block a user