From 15ebb0371351a5998e95fe0beb069c29998ceb27 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 17 Mar 2008 20:29:44 +0000 Subject: 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 --- src/dolphinview.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/dolphinview.cpp') diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index f5a972d37..9887b9628 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -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() -- cgit v1.3