mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
cancel previews if the URL has been changed
svn path=/trunk/KDE/kdebase/apps/; revision=819665
This commit is contained in:
parent
7e1da6a8e4
commit
2b21d6a992
1 changed files with 1 additions and 0 deletions
|
@ -442,6 +442,7 @@ void DolphinView::updateView(const KUrl& url, const KUrl& rootUrl)
|
|||
return;
|
||||
}
|
||||
|
||||
m_iconManager->cancelPreviews();
|
||||
m_controller->setUrl(url); // emits urlChanged, which we forward
|
||||
|
||||
if (!rootUrl.isEmpty() && rootUrl.isParentOf(url)) {
|
||||
|
|
Loading…
Reference in a new issue