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
Konsole
Commits
8ef4b81c
Commit
8ef4b81c
authored
Jan 24, 2021
by
Anton Maminov
Committed by
Kurt Hindenburg
Jan 24, 2021
Browse files
pressing ESC when the search bar is unfocused should not close the search bar
parent
248b7ff3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/terminalDisplay/TerminalDisplay.cpp
View file @
8ef4b81c
...
...
@@ -2511,10 +2511,6 @@ void TerminalDisplay::keyPressEvent(QKeyEvent* event)
}
}
if
(
_searchBar
->
isVisible
()
&&
event
->
key
()
==
Qt
::
Key_Escape
)
{
_sessionController
->
searchClosed
();
}
emit
keyPressedSignal
(
event
);
#ifndef QT_NO_ACCESSIBILITY
...
...
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