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
Plasma Desktop
Commits
db012194
Commit
db012194
authored
Aug 18, 2020
by
Tobias Fella
Committed by
Nate Graham
Apr 29, 2021
Browse files
Fix renaming shortcut for files selected via selection button and popup
button
BUG: 425436
(cherry picked from commit
6925dd2f
)
parent
2b7b0c54
Changes
1
Hide whitespace changes
Inline
Side-by-side
containments/desktop/package/contents/ui/FolderItemDelegate.qml
View file @
db012194
...
...
@@ -417,7 +417,10 @@ Item {
FolderItemActionButton
{
element
:
model
.
selected
?
"
remove
"
:
"
add
"
onClicked
:
dir
.
toggleSelected
(
positioner
.
map
(
index
))
onClicked
:
{
dir
.
toggleSelected
(
positioner
.
map
(
index
))
main
.
GridView
.
view
.
currentIndex
=
index
}
}
}
...
...
@@ -431,6 +434,7 @@ Item {
onClicked
:
{
dir
.
setSelected
(
positioner
.
map
(
index
))
main
.
GridView
.
view
.
currentIndex
=
index
openPopup
();
}
}
...
...
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