diff options
| author | Peter Penz <[email protected]> | 2008-05-07 20:50:27 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-05-07 20:50:27 +0000 |
| commit | 63be8bc9a149a1bf3d2d8441f6c6bc23b04467d0 (patch) | |
| tree | 0e189a9afcfd8f76d447cdc24c14605d8b89a3bc /src/dolphinview.cpp | |
| parent | 75f55c070fe96fc86d9356c6cdddc6665ae4396c (diff) | |
Fixed issue the the current view does not get the focus after opening Dolphin. Although this fixes #161590, further improvements have to be done to minimize the number of necessary tab presses...
BUG: 161590
svn path=/trunk/KDE/kdebase/apps/; revision=805206
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 0caefe87a..2618dea27 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -86,7 +86,6 @@ DolphinView::DolphinView(QWidget* parent, m_iconManager(0), m_toolTipManager(0) { - setFocusPolicy(Qt::StrongFocus); m_topLayout = new QVBoxLayout(this); m_topLayout->setSpacing(0); m_topLayout->setMargin(0); |
