diff --git a/sleepyhead/Graphs/gGraphView.cpp b/sleepyhead/Graphs/gGraphView.cpp index 4f6a2232..2f161c84 100644 --- a/sleepyhead/Graphs/gGraphView.cpp +++ b/sleepyhead/Graphs/gGraphView.cpp @@ -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();