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
d43bfa6f
Commit
d43bfa6f
authored
Feb 09, 2021
by
Jan Paul Batrina
Browse files
Only create new tabs for double clicks with the primary button
BUG: 432632
parent
2156666e
Changes
1
Hide whitespace changes
Inline
Side-by-side
kate/katetabbar.cpp
View file @
d43bfa6f
...
...
@@ -131,7 +131,7 @@ void KateTabBar::mouseDoubleClickEvent(QMouseEvent *event)
{
event
->
accept
();
if
(
m_doubleClickNewDocument
)
{
if
(
m_doubleClickNewDocument
&&
event
->
button
()
==
Qt
::
LeftButton
)
{
emit
newTabRequested
();
}
}
...
...
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