┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2008-01-17 09:34:54 +0000
committerRafael Fernández López <[email protected]>2008-01-17 09:34:54 +0000
commit79797f1072dfc77a2311a1e159c85a3d80c3a7cb (patch)
tree342c828eed6a3530f2a18bef6087f40692f9fcf0
parentbaed5a65d40d122bef4e87f64a1de00dbfb11687 (diff)
Backport of fix for the scroll+click column bug
BUG: 155751 svn path=/branches/KDE/4.0/kdebase/apps/; revision=762544
-rw-r--r--src/dolphincolumnwidget.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dolphincolumnwidget.cpp b/src/dolphincolumnwidget.cpp
index 195d0fc01..fcda0676a 100644
--- a/src/dolphincolumnwidget.cpp
+++ b/src/dolphincolumnwidget.cpp
@@ -432,14 +432,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();
}