mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
because of the recent Information Panel fixes it is now possible again that previews are shown for the inactive views too
svn path=/trunk/KDE/kdebase/apps/; revision=786729
This commit is contained in:
parent
8d0fda61c8
commit
15ebb03713
1 changed files with 2 additions and 4 deletions
|
@ -866,11 +866,9 @@ void DolphinView::emitContentsMoved()
|
|||
|
||||
void DolphinView::showHoverInformation(const KFileItem& item)
|
||||
{
|
||||
if (hasSelection() || !m_active) {
|
||||
return;
|
||||
if (!hasSelection()) {
|
||||
emit requestItemInfo(item);
|
||||
}
|
||||
|
||||
emit requestItemInfo(item);
|
||||
}
|
||||
|
||||
void DolphinView::clearHoverInformation()
|
||||
|
|
Loading…
Reference in a new issue