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
335d3c0e
Commit
335d3c0e
authored
Apr 30, 2021
by
Mark Nauwelaerts
Browse files
lspclient: do not hide tooltip on KeyRelease
parent
13df45c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/lspclient/lsptooltip.cpp
View file @
335d3c0e
...
...
@@ -100,8 +100,9 @@ public:
bool
eventFilter
(
QObject
*
,
QEvent
*
e
)
override
{
switch
(
e
->
type
())
{
// only consider KeyPress
// a key release might get triggered by the trail of a shortcut key activation
case
QEvent
::
KeyPress
:
case
QEvent
::
KeyRelease
:
hideTooltip
();
break
;
case
QEvent
::
WindowActivate
:
...
...
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