From: Peter Penz Date: Sat, 1 Dec 2007 20:06:26 +0000 (+0000) Subject: assure that the active column stays visible when the window gets resized or e. g... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/bfc1a4676c609436c11e2b98609d0324dff6814a assure that the active column stays visible when the window gets resized or e. g. the information bar gets enabled svn path=/trunk/KDE/kdebase/apps/; revision=743752 --- diff --git a/src/dolphincolumnview.cpp b/src/dolphincolumnview.cpp index e0d48e5fa..a6fda66d0 100644 --- a/src/dolphincolumnview.cpp +++ b/src/dolphincolumnview.cpp @@ -341,7 +341,7 @@ void DolphinColumnView::resizeEvent(QResizeEvent* event) { QAbstractItemView::resizeEvent(event); layoutColumns(); - updateScrollBar(); + assureVisibleActiveColumn(); } void DolphinColumnView::zoomIn()