diff options
| author | Peter Penz <[email protected]> | 2007-09-27 07:02:35 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-27 07:02:35 +0000 |
| commit | 40691db6e78900510bdc2317d8a89509dea31f1e (patch) | |
| tree | 3fd3833009e77f0d2ffb7f8d620460817cb25b47 /src/dolphincolumnview.cpp | |
| parent | c108a62d4ffac540979c27f18ba3228909e5a4fd (diff) | |
Remove ScrollPerPixel again. Beside a crash with a non-patched version of Qt it also decreases the usability when using the mouse wheel: one full rotation of the mouse wheel only leads to a scrolling of 1 or 2 items...
svn path=/trunk/KDE/kdebase/apps/; revision=717562
Diffstat (limited to 'src/dolphincolumnview.cpp')
| -rw-r--r-- | src/dolphincolumnview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphincolumnview.cpp b/src/dolphincolumnview.cpp index 3f6523ebe..b75de4735 100644 --- a/src/dolphincolumnview.cpp +++ b/src/dolphincolumnview.cpp @@ -615,8 +615,6 @@ void DolphinColumnView::showColumn(const KUrl& url) columnIndex++; ColumnWidget* column = new ColumnWidget(viewport(), this, childUrl); - column->setVerticalScrollMode(ColumnWidget::ScrollPerPixel); - column->setHorizontalScrollMode(ColumnWidget::ScrollPerPixel); column->setModel(model()); column->setRootIndex(proxyIndex); column->setActive(false); |
