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 Workspace
Commits
bee08091
Commit
bee08091
authored
Apr 11, 2021
by
Alexander Lohnau
💬
Browse files
krunner: Always set cursor position to end when focusing search field
BUG: 435604
parent
11440647
Changes
1
Show whitespace changes
Inline
Side-by-side
lookandfeel/contents/runcommand/RunCommand.qml
View file @
bee08091
...
...
@@ -259,6 +259,7 @@ ColumnLayout {
if
(
!
/
[\x
00-
\x
1F
\x
7F
]
/
.
test
(
event
.
text
))
{
queryField
.
text
+=
event
.
text
;
}
queryField
.
cursorPosition
=
queryField
.
text
.
length
queryField
.
focus
=
true
;
}
}
...
...
Alexander Lohnau
💬
@alex
mentioned in commit
f5503e9a
·
Apr 15, 2021
mentioned in commit
f5503e9a
mentioned in commit f5503e9a565390d264b2cfd28a48d71a66c51bce
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