diff options
| author | Peter Penz <[email protected]> | 2007-09-25 09:17:53 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-25 09:17:53 +0000 |
| commit | 9169072302fb564b519508204bde68fda720bf52 (patch) | |
| tree | 6d578ea4e510afaf5d3724b78c26673e2394ad94 /src/dolphincolumnview.cpp | |
| parent | 3bf8fa5901f200d26acc2eb527eef88087e6edb9 (diff) | |
assure that the active column stays always visible
svn path=/trunk/KDE/kdebase/apps/; revision=716798
Diffstat (limited to 'src/dolphincolumnview.cpp')
| -rw-r--r-- | src/dolphincolumnview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphincolumnview.cpp b/src/dolphincolumnview.cpp index 38c9cc5c0..586b6a1c2 100644 --- a/src/dolphincolumnview.cpp +++ b/src/dolphincolumnview.cpp @@ -591,6 +591,7 @@ void DolphinColumnView::showColumn(const KUrl& url) column->setGeometry(QRect(-1, -1, 1, 1)); column->show(); layoutColumns(); + updateScrollBar(); // the layout is finished, now let the column be invisible until it // gets a valid root index due to expandToActiveUrl() @@ -780,6 +781,7 @@ void DolphinColumnView::reloadColumns() } } } + assureVisibleActiveColumn(); } bool DolphinColumnView::isZoomInPossible() const |
