From: Peter Penz Date: Mon, 17 Mar 2008 20:29:44 +0000 (+0000) Subject: because of the recent Information Panel fixes it is now possible again that previews... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/15ebb0371351a5998e95fe0beb069c29998ceb27 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 --- 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()