From: Peter Penz Date: Thu, 29 May 2008 18:32:02 +0000 (+0000) Subject: don't clear the selection when the view gets inactive X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/8d95c06df13717fe1e8dfd0d28dc0b8357e32064 don't clear the selection when the view gets inactive BUG: 162432 svn path=/trunk/KDE/kdebase/apps/; revision=814244 --- diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 5fc6822b0..023a73800 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -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) {