diff options
| author | Peter Penz <[email protected]> | 2008-05-29 18:32:02 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-05-29 18:32:02 +0000 |
| commit | 8d95c06df13717fe1e8dfd0d28dc0b8357e32064 (patch) | |
| tree | 92f63ed550f261dcf20333a55f4036bca5bdd82b /src | |
| parent | c8c4c69a0a61333fd7476e464229437edb9587a1 (diff) | |
don't clear the selection when the view gets inactive
BUG: 162432
svn path=/trunk/KDE/kdebase/apps/; revision=814244
Diffstat (limited to 'src')
| -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 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) { |
