mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
update to previous commit: reset bool member correctly
svn path=/trunk/KDE/kdebase/apps/; revision=733321
This commit is contained in:
parent
f1d1a18a71
commit
2c582a7bc6
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ void DolphinDetailsView::closeEvent(QCloseEvent* event)
|
|||
KFileItemDelegate::InformationList info;
|
||||
info.append(KFileItemDelegate::NoInformation);
|
||||
m_controller->indicateAdditionalInfoChange(info);
|
||||
m_clearAdditionalInfo = true;
|
||||
m_clearAdditionalInfo = false;
|
||||
}
|
||||
QTreeView::closeEvent(event);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue