summaryrefslogtreecommitdiffstats
path: root/fileview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fileview.cpp')
-rw-r--r--fileview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fileview.cpp b/fileview.cpp
index 0670bd1..8874b31 100644
--- a/fileview.cpp
+++ b/fileview.cpp
@@ -99,6 +99,7 @@ void FileView::closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint h
}
void FileView::contextMenuEvent(QContextMenuEvent *e){
+ mHoverWin->hide();
QMenu contextMenu(this);
foreach(QAction *a, actions()){
contextMenu.addAction(a);