Make debugIsVisible work.

Turns out it was always returning true (visible).
This commit is contained in:
Hixie 2015-12-07 14:46:18 -08:00
parent f0ce2de9b5
commit 8b9ffca8d1

View File

@ -97,7 +97,7 @@ class OverlayState extends State<Overlay> {
result = true;
break;
}
if (entry.opaque)
if (candidate.opaque)
break;
}
return true;