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
Unmaintained
KDE Base Apps
Commits
4f7ed2bf
Commit
4f7ed2bf
authored
Sep 25, 2012
by
Dawit Alemayehu
Browse files
Fixed CTRL+Tab not working when using Dolphin's filemanagement part in Konqueror.
BUG: 302329 FIXED-IN: 4.9.2 REVIEW: 106569
parent
8c4fa6e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
dolphin/src/kitemviews/kitemlistview.cpp
View file @
4f7ed2bf
...
...
@@ -846,6 +846,8 @@ bool KItemListView::event(QEvent* event)
event
->
accept
();
return
true
;
}
// Make sure events unconsumed events get propagated up the chain. #302329
event
->
ignore
();
return
QGraphicsWidget
::
event
(
event
);
}
...
...
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