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:
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…
x
Reference in New Issue
Block a user