set highlightwindows inactive while screen locked
BUG: 331054 FIXED-IN: 4.11.7
This commit is contained in:
parent
65f86baceb
commit
4ff958381d
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ void HighlightWindowEffect::finishHighlighting()
|
||||||
|
|
||||||
bool HighlightWindowEffect::isActive() const
|
bool HighlightWindowEffect::isActive() const
|
||||||
{
|
{
|
||||||
return !m_windowOpacity.isEmpty();
|
return !(m_windowOpacity.isEmpty() || effects->isScreenLocked());
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
Loading…
Reference in a new issue