Make ghost windows in highlight effect be fully transparent
BUG: 298487 FIXED-IN: 5.22
This commit is contained in:
parent
9a10af9569
commit
8c352f685e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ private:
|
|||
int m_fadeDuration;
|
||||
EffectWindow *m_monitorWindow;
|
||||
QList<WId> m_highlightedIds;
|
||||
float m_ghostOpacity = 0.15;
|
||||
float m_ghostOpacity = 0;
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Reference in a new issue