Revision 07f0d12...

Go back to digest for 27th October 2013

Bug Fixes in KDE Base

Frank Reininghaus committed changes in [kde-baseapps] dolphin/src/kitemviews/kfileitemmodel.cpp:

Restore the tree state in Details View if a folder is re-expanded

This patch actually does two things when collapsing an expanded folder
with expanded children:

(a) It removes all expanded children (which are removed from the model)
from m_expandedDirs.

(b) It remembers the expanded children and restores them if the
top-level folder is re-expanded.


FIXED-IN: 4.12.0
REVIEW: 113293

File Changes

Modified 1 files
  • dolphin/src/kitemviews/kfileitemmodel.cpp
1 files changed in total