Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
1fe3c586
Verified
Commit
1fe3c586
authored
Sep 21, 2022
by
Fushan Wen
Browse files
applets/systray: reset index history in hidden view
BUG: 459421
FIXED-IN: 5.26 (cherry picked from commit
b45660f2
)
parent
22e03887
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/systemtray/package/contents/ui/ExpandedRepresentation.qml
View file @
1fe3c586
...
...
@@ -203,6 +203,7 @@ Item {
onVisibleChanged
:
{
if
(
visible
)
{
layout
.
forceActiveFocus
();
systemTrayState
.
oldVisualIndex
=
systemTrayState
.
newVisualIndex
=
-
1
;
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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