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
This commit is contained in:
Peter Penz 2007-12-01 20:06:26 +00:00
parent a818e555cb
commit bfc1a4676c

View file

@ -341,7 +341,7 @@ void DolphinColumnView::resizeEvent(QResizeEvent* event)
{
QAbstractItemView::resizeEvent(event);
layoutColumns();
updateScrollBar();
assureVisibleActiveColumn();
}
void DolphinColumnView::zoomIn()