From: Peter Penz Date: Tue, 25 Sep 2007 10:31:17 +0000 (+0000) Subject: don't reset the root index, hiding the column is enough X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/3d982c00b493fa34b2e983745a91d73c97de6573?ds=sidebyside don't reset the root index, hiding the column is enough svn path=/trunk/KDE/kdebase/apps/; revision=716829 --- diff --git a/src/dolphincolumnview.cpp b/src/dolphincolumnview.cpp index 586b6a1c2..f8bcf548e 100644 --- a/src/dolphincolumnview.cpp +++ b/src/dolphincolumnview.cpp @@ -492,7 +492,6 @@ void DolphinColumnView::reload() m_restoreActiveColumnFocus = true; } column->hide(); - column->setRootIndex(QModelIndex()); } // all columns are hidden, now reload the directory lister