┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2008-01-17 09:33:00 +0000
committerRafael Fernández López <[email protected]>2008-01-17 09:33:00 +0000
commitd43aad0ec584daf4c470c74840a3adcf0b2e0311 (patch)
treebdba3acef4719b7e6e0e78e6a5b41022aa512c75 /src
parent3e132ea672ec5e54fbb79438813a9d579a7daef9 (diff)
Fix for the scroll+click column bug
CCBUG: 155751 svn path=/trunk/KDE/kdebase/apps/; revision=762539
Diffstat (limited to 'src')
-rw-r--r--src/dolphincolumnwidget.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dolphincolumnwidget.cpp b/src/dolphincolumnwidget.cpp
index 6b0fe0912..4bcf01804 100644
--- a/src/dolphincolumnwidget.cpp
+++ b/src/dolphincolumnwidget.cpp
@@ -382,14 +382,6 @@ void DolphinColumnWidget::activate()
this, SLOT(triggerItem(const QModelIndex&)));
}
- if (!m_childUrl.isEmpty()) {
- // assure that the current index is set on the index that represents
- // the child URL
- const QModelIndex dirIndex = m_dolphinModel->indexForUrl(m_childUrl);
- const QModelIndex proxyIndex = m_proxyModel->mapFromSource(dirIndex);
- selectionModel()->setCurrentIndex(proxyIndex, QItemSelectionModel::Current);
- }
-
updateBackground();
}