]> cloud.milkyroute.net Git - dolphin.git/commitdiff
don't clear the selection when the view gets inactive
authorPeter Penz <peter.penz19@gmail.com>
Thu, 29 May 2008 18:32:02 +0000 (18:32 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Thu, 29 May 2008 18:32:02 +0000 (18:32 +0000)
BUG: 162432

svn path=/trunk/KDE/kdebase/apps/; revision=814244

src/dolphinview.cpp

index 5fc6822b0659dd4e66fd94c5bdf90094b0113e99..023a7380024e68945c23a05e4a8ac69b52d16c65 100644 (file)
@@ -155,7 +155,6 @@ void DolphinView::setActive(bool active)
     }
 
     m_active = active;
-    m_selectionModel->clearSelection();
 
     QColor color = KColorScheme(QPalette::Active, KColorScheme::View).background().color();
     if (active) {