Grab keyboard properly when mouse is over graph area

This commit is contained in:
Mark Watkins 2014-07-20 19:28:58 +10:00
parent bf591e22e1
commit 8821a03355

View File

@ -1094,7 +1094,7 @@ void gGraphView::setOffsetX(int offsetX)
void gGraphView::mouseMoveEvent(QMouseEvent *event)
{
this->setFocus();
grabKeyboard();
int x = event->x();
int y = event->y();