mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Scroll to the right position when going back and show hidden files is enabled.
Instead of emitting the directoryLoadingCompleted signal (via slotCompleted) in KFileItemModel::setShowHiddenFiles directly, we now call dispatchPendingItemsToInsert instead. @Frank: Thanks for your help! FIXED-IN: 4.13.1 BUG: 332159 REVIEW: 117021
This commit is contained in:
parent
8b0df229b7
commit
4da1c81d63
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ void KFileItemModel::setShowHiddenFiles(bool show)
|
|||
m_dirLister->setShowingDotFiles(show);
|
||||
m_dirLister->emitChanges();
|
||||
if (show) {
|
||||
slotCompleted();
|
||||
dispatchPendingItemsToInsert();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue