diff options
| author | Rafael Fernández López <[email protected]> | 2007-12-18 22:02:51 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2007-12-18 22:02:51 +0000 |
| commit | 603681ba79d6fc313c8e3152249d63cdcbdb2c89 (patch) | |
| tree | 23bfe8a209da40e572202ad95f4442df1e1022d9 /src/dolphincolumnwidget.cpp | |
| parent | 2446dd16e89e51e840489cf8cc1628116d323f36 (diff) | |
Show elastic band on the column widget
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=750207
Diffstat (limited to 'src/dolphincolumnwidget.cpp')
| -rw-r--r-- | src/dolphincolumnwidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphincolumnwidget.cpp b/src/dolphincolumnwidget.cpp index 75d83bd0f..6f88fd277 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. |
