diff --git a/sleepyhead/Graphs/gsessiontimeschart.cpp b/sleepyhead/Graphs/gsessiontimeschart.cpp index a142f1d7..0ac1c1c2 100644 --- a/sleepyhead/Graphs/gsessiontimeschart.cpp +++ b/sleepyhead/Graphs/gsessiontimeschart.cpp @@ -110,17 +110,21 @@ void gSessionTimesChart::paint(QPainter &painter, gGraph &w, const QRegion ®i bool gSessionTimesChart::keyPressEvent(QKeyEvent *event, gGraph *graph) { + return true; } bool gSessionTimesChart::mouseMoveEvent(QMouseEvent *event, gGraph *graph) { + return true; } bool gSessionTimesChart::mousePressEvent(QMouseEvent *event, gGraph *graph) { + return true; } bool gSessionTimesChart::mouseReleaseEvent(QMouseEvent *event, gGraph *graph) { + return true; }