[Konsole-devel] [Bug 157039] shift + tab gives focus to tab bar
Kurt V. Hindenburg
kurt.hindenburg at gmail.com
Tue Oct 13 15:05:54 UTC 2009
https://bugs.kde.org/show_bug.cgi?id=157039
--- Comment #12 from Kurt V. Hindenburg <kurt hindenburg gmail com> 2009-10-13 17:05:52 ---
If anyone can try this patch, it appears to work in my quick testing.
Index: ViewContainer.cpp
===================================================================
--- ViewContainer.cpp (revision 1034362)
+++ ViewContainer.cpp (working copy)
@@ -429,6 +429,7 @@
_tabBar = new ViewContainerTabBar(_containerWidget,this);
_tabBar->setDrawBase(true);
_tabBar->setDocumentMode(true);
+ _tabBar->setFocusPolicy(Qt::ClickFocus);
_newTabButton = new QToolButton(_containerWidget);
_newTabButton->setIcon(KIcon("tab-new"));
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list