diff options
Diffstat (limited to 'filestreewidget.cpp')
-rw-r--r-- | filestreewidget.cpp | 1 |
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); |