fix a flickering of the horizontal scrollbar when decreasing the width inside the details view

CCMAIL: hein@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=773821
This commit is contained in:
Peter Penz 2008-02-11 21:09:07 +00:00
parent d432679df0
commit 538192b8bd

View file

@ -358,10 +358,10 @@ void DolphinDetailsView::keyPressEvent(QKeyEvent* event)
void DolphinDetailsView::resizeEvent(QResizeEvent* event)
{
QTreeView::resizeEvent(event);
if (m_autoResize) {
resizeColumns();
}
QTreeView::resizeEvent(event);
}
void DolphinDetailsView::setSortIndicatorSection(DolphinView::Sorting sorting)