From 603681ba79d6fc313c8e3152249d63cdcbdb2c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Fern=C3=A1ndez=20L=C3=B3pez?= Date: Tue, 18 Dec 2007 22:02:51 +0000 Subject: [PATCH] Show elastic band on the column widget CCMAIL: peter.penz@gmx.at svn path=/trunk/KDE/kdebase/apps/; revision=750207 --- src/dolphincolumnwidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dolphincolumnwidget.cpp b/src/dolphincolumnwidget.cpp index 75d83bd0f9..6f88fd2774 100644 --- a/src/dolphincolumnwidget.cpp +++ b/src/dolphincolumnwidget.cpp @@ -68,6 +68,7 @@ DolphinColumnWidget::DolphinColumnWidget(QWidget* parent, setSelectionMode(QAbstractItemView::ExtendedSelection); setDragDropMode(QAbstractItemView::DragDrop); setDropIndicatorShown(false); + setSelectionRectVisible(true); // TODO: Remove this check when 4.3.2 is released and KDE requires it... this // check avoids a division by zero happening on versions before 4.3.1.