set highlightwindows inactive while screen locked

BUG: 331054
FIXED-IN: 4.11.7
This commit is contained in:
Thomas Lübking 2014-02-12 18:16:52 +01:00
parent 65f86baceb
commit 4ff958381d

View file

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