summaryrefslogtreecommitdiffstats
path: root/filestreewidget.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-12-31 17:04:03 +0100
committerArno <am@disconnect.de>2010-12-31 17:04:03 +0100
commit87397ae91c06cc9d80b1d3f20484c5a3d7a338ba (patch)
tree046818a0eeaed27feee5f20f1773b5f23b6fc593 /filestreewidget.cpp
parent3fb9f6fdad018a4a150ef2739730e73e6ed8bf22 (diff)
downloadSheMov-87397ae91c06cc9d80b1d3f20484c5a3d7a338ba.tar.gz
SheMov-87397ae91c06cc9d80b1d3f20484c5a3d7a338ba.tar.bz2
SheMov-87397ae91c06cc9d80b1d3f20484c5a3d7a338ba.zip
Bugfix for HoverWindow
Hide HoverWindow when showing the contextMenu.
Diffstat (limited to 'filestreewidget.cpp')
-rw-r--r--filestreewidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/filestreewidget.cpp b/filestreewidget.cpp
index 671d531..dc7a2dd 100644
--- a/filestreewidget.cpp
+++ b/filestreewidget.cpp
@@ -337,6 +337,7 @@ void FilesTreeView::toggleHeader(QObject *action){
}
void FilesTreeView::contextMenuEvent(QContextMenuEvent *event){
+ mHoverWin->hide();
QMenu ctxMenu;
foreach(QAction *a, actions()){
ctxMenu.addAction(a);