diff --git a/src/desktop/LayerSurface.cpp b/src/desktop/LayerSurface.cpp index 6c63c1ca9..bfa77a686 100644 --- a/src/desktop/LayerSurface.cpp +++ b/src/desktop/LayerSurface.cpp @@ -391,7 +391,8 @@ void CLayerSurface::applyRules() { forceBlurPopups = true; break; } - case CLayerRule::RULE_IGNOREALPHA: { + case CLayerRule::RULE_IGNOREALPHA: + case CLayerRule::RULE_IGNOREZERO: { const auto FIRST_SPACE_POS = rule->rule.find_first_of(' '); std::string alphaValue = ""; if (FIRST_SPACE_POS != std::string::npos)