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
Utilities
Kate
Commits
6c462cb6
Commit
6c462cb6
authored
Oct 31, 2021
by
Gustavo Rodrigues
Committed by
Christoph Cullmann
Oct 31, 2021
Browse files
fix selected option when filtering in quick open
parent
249e5c46
Pipeline
#92808
passed with stage
in 3 minutes and 9 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
kate/quickopen/katequickopen.cpp
View file @
6c462cb6
...
...
@@ -305,7 +305,7 @@ bool KateQuickOpen::eventFilter(QObject *obj, QEvent *event)
void
KateQuickOpen
::
reselectFirst
()
{
int
first
=
0
;
if
(
m_mainWindow
->
viewManager
()
->
sortedViews
().
size
()
>
1
&&
m_model
->
rowCount
()
>
1
)
{
if
(
m_mainWindow
->
viewManager
()
->
sortedViews
().
size
()
>
1
&&
m_model
->
rowCount
()
>
1
&&
m_inputLine
->
text
().
isEmpty
()
)
{
first
=
1
;
}
...
...
Write
Preview
Markdown
is supported
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