Skip to content
GitLab
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
859ac212
Commit
859ac212
authored
Jul 13, 2022
by
Máté Pozsgay
Browse files
Fix delayed popup for session-related buttons
Fixes
https://bugs.kde.org/show_bug.cgi?id=427163
parent
29d09b43
Pipeline
#205050
passed with stage
in 4 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/session/katesessionsaction.cpp
View file @
859ac212
...
...
@@ -20,6 +20,7 @@ KateSessionsAction::KateSessionsAction(const QString &text, QObject *parent, Kat
m_manager
=
manager
?
manager
:
KateApp
::
self
()
->
sessionManager
();
connect
(
menu
(),
&
QMenu
::
aboutToShow
,
this
,
&
KateSessionsAction
::
slotAboutToShow
);
setPopupMode
(
QToolButton
::
InstantPopup
);
sessionsGroup
=
new
QActionGroup
(
menu
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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