]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Assure that the item view gets the keyboard focus when it was activated. This fixes...
authorPeter Penz <peter.penz19@gmail.com>
Thu, 29 May 2008 18:10:28 +0000 (18:10 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Thu, 29 May 2008 18:10:28 +0000 (18:10 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=814237

src/dolphinview.cpp

index 3e9b40e0b776dd3bc1d17e1760c59cd3a7ffe163..5fc6822b0659dd4e66fd94c5bdf90094b0113e99 100644 (file)
@@ -176,6 +176,7 @@ void DolphinView::setActive(bool active)
     update();
 
     if (active) {
+        itemView()->setFocus();
         emit activated();
     }