1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-11 08:58:16 +03:00

blur:do not make calculations for HIDDENMASK

This commit is contained in:
Michail Vourlakos 2022-07-13 12:25:46 +03:00
parent a3bdc89a0f
commit 960186b147

View File

@ -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) {