Skip to content

Commit

Permalink
Don't use grabMouse() and setFocus(). Attempt to fix openscad#53
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Jul 15, 2012
1 parent d88429d commit 2aaccdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/glview.cc
Expand Up @@ -554,8 +554,6 @@ void GLView::mousePressEvent(QMouseEvent *event)
{
mouse_drag_active = true;
last_mouse = event->globalPos();
grabMouse();
setFocus();
}

void GLView::normalizeAngle(GLdouble& angle)
Expand Down

0 comments on commit 2aaccdc

Please sign in to comment.