From ce8ea0df0dd34e516bfad507c4dfb3735ecdf82b Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 12 Dec 2010 11:36:42 +0100 Subject: Hover fix When hovering over movies in local mode both the ToolTip and the hover image was shown. Fixed by only showing the ToolTip when the movie is not available, eg. archive mode. In any other case incorporate the ToolTip info into the hover image. --- filestreewidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'filestreewidget.h') diff --git a/filestreewidget.h b/filestreewidget.h index 7353a52..23c9ef8 100644 --- a/filestreewidget.h +++ b/filestreewidget.h @@ -76,6 +76,7 @@ class FilesTreeView : public QTreeView { private: bool exitHover(bool exitVal = true); void doHover(const QModelIndex &idx); + const QPixmap annotateHover(const QPixmap &hoverImage, const QModelIndex &idx) const; QModelIndex mCurHover; HoverWindow *mHoverWin; bool mHoverPics; -- cgit v1.2.3-70-g09d2