blur:do not make calculations for HIDDENMASK

pull/25/head
Michail Vourlakos
parent a3bdc89a0f
commit 960186b147

@ -543,7 +543,7 @@ void Effects::updateEffects()
if (m_drawEffects) {
if (!m_view->behaveAsPlasmaPanel()) {
if (!m_rect.isNull() && !m_rect.isEmpty()) {
if (!m_rect.isNull() && !m_rect.isEmpty() && m_rect != VisibilityManager::ISHIDDENMASK) {
QRegion backMask;
if (m_backgroundRadiusEnabled) {

Loading…
Cancel
Save