Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
8c352f68
Commit
8c352f68
authored
Mar 19, 2021
by
Bharadwaj Raju
📚
Committed by
Nate Graham
Mar 22, 2021
Browse files
Make ghost windows in highlight effect be fully transparent
BUG: 298487
FIXED-IN: 5.22
parent
9a10af95
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/effects/highlightwindow/highlightwindow.h
View file @
8c352f68
...
...
@@ -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
...
...
Nate Graham
@ngraham
mentioned in merge request
plasma-workspace!510 (closed)
·
Mar 23, 2021
mentioned in merge request
plasma-workspace!510 (closed)
mentioned in merge request plasma-workspace!510
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment