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/dolphinviewcontainer.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/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 6fcdb7dec..a9226ebb0 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -71,7 +71,7 @@ DolphinViewContainer::DolphinViewContainer(DolphinMainWindow* mainWindow, m_proxyModel(0) { hide(); - setFocusPolicy(Qt::StrongFocus); + m_topLayout = new QVBoxLayout(this); m_topLayout->setSpacing(0); m_topLayout->setMargin(0); |
