Skip to content
Snippets Groups Projects
Commit 726ed761 authored by Mike Kremer's avatar Mike Kremer
Browse files

Set focus to active examiner before showing the context menu.

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@12408 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 9d06d66e
No related branches found
No related tags found
No related merge requests found
......@@ -1306,6 +1306,9 @@ void glViewer::releaseGLArea()
void glViewer::contextMenuEvent(QGraphicsSceneContextMenuEvent* _e)
{
emit signalMakeActive();
glScene_->update ();
QPoint p (_e->pos().x(), _e->pos().y());
emit signalCustomContextMenuRequested (p);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment