diff --git a/src/app/CircularShadow.cpp b/src/app/CircularShadow.cpp index 3df2b8a3..80e24e1d 100644 --- a/src/app/CircularShadow.cpp +++ b/src/app/CircularShadow.cpp @@ -10,7 +10,7 @@ CircularShadow::CircularShadow() { } void CircularShadow::draw(NVGcontext *vg) { - if (opacity < 0.0) + if (opacity <= 0.0) return; nvgBeginPath(vg);