mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Fixed issue that the "show folders first property" was not delegated to sub directories, when "[x] Apply to all sub directories" was checked.
BUG: 214865 svn path=/trunk/KDE/kdebase/apps/; revision=1070723
This commit is contained in:
parent
2c3fc5c93f
commit
5cf5a8ea4b
1 changed files with 1 additions and 0 deletions
|
@ -260,6 +260,7 @@ void ViewProperties::setDirProperties(const ViewProperties& props)
|
|||
setCategorizedSorting(props.categorizedSorting());
|
||||
setSorting(props.sorting());
|
||||
setSortOrder(props.sortOrder());
|
||||
setSortFoldersFirst(props.sortFoldersFirst());
|
||||
setAdditionalInfo(props.additionalInfo());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue