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
9de3b239
Commit
9de3b239
authored
Oct 23, 2020
by
Kurt Hindenburg
Browse files
Previous commit should be attributed to Yash Tiwari <yasht@mailbox.org>
parent
44f00a49
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/session/SessionController.cpp
View file @
9de3b239
...
...
@@ -1792,7 +1792,6 @@ void SessionController::showDisplayContextMenu(const QPoint& position)
#endif
// remove content-specific actions such as "Open Link", "Copy Email Address" etc
if
(
popup
->
actions
()[
0
]
->
objectName
()
==
QStringLiteral
(
"open-action"
)
&&
popup
->
actions
()[
1
]
->
objectName
()
==
QStringLiteral
(
"copy-action"
))
{
...
...
@@ -1801,7 +1800,6 @@ void SessionController::showDisplayContextMenu(const QPoint& position)
}
// prepend content-specific actions such as "Open Link", "Copy Email Address" etc
QSharedPointer
<
HotSpot
>
hotSpot
=
_sessionDisplayConnection
->
view
()
->
filterActions
(
position
);
if
(
hotSpot
!=
nullptr
)
{
popup
->
insertActions
(
popup
->
actions
().
value
(
0
,
nullptr
),
hotSpot
->
actions
()
<<
contentSeparator
);
...
...
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