Added context menu to view.

This commit is contained in:
Jim Evins
2015-09-07 19:39:53 -04:00
parent 409abe4428
commit 81923681b3
3 changed files with 82 additions and 1 deletions
+1 -1
View File
@@ -497,7 +497,7 @@ glabels::View::mousePressEvent( QMouseEvent* event )
//
// RIGHT BUTTON
//
emit contextMenuActivate();
}
}
}