mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Reset the file-item when the viewport is entered and files are selected. Otherwise the information of the file-item will be shown instead of the selection.
svn path=/trunk/KDE/kdebase/apps/; revision=1183544
This commit is contained in:
parent
6751f6a52a
commit
f60340508b
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ void InformationPanel::requestDelayedItemInfo(const KFileItem& item)
|
|||
// show information regarding the selection.
|
||||
if (m_selection.size() > 0) {
|
||||
cancelRequest();
|
||||
m_fileItem = KFileItem();
|
||||
m_infoTimer->start();
|
||||
}
|
||||
} else if (item.url().isValid() && !isEqualToShownUrl(item.url())) {
|
||||
|
|
Loading…
Reference in a new issue