From 8821a033557782c94b99fef626b160d1b643adf5 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 20 Jul 2014 19:28:58 +1000 Subject: [PATCH] Grab keyboard properly when mouse is over graph area --- sleepyhead/Graphs/gGraphView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();