From c17b6ff18359a8d60b0b5478b657e18726ed7427 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Fri, 28 Oct 2011 15:15:37 +1000 Subject: [PATCH] Minor fix to overview day selection --- Graphs/gSummaryChart.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Graphs/gSummaryChart.cpp b/Graphs/gSummaryChart.cpp index e26f3e47..c6b94e5d 100644 --- a/Graphs/gSummaryChart.cpp +++ b/Graphs/gSummaryChart.cpp @@ -519,6 +519,9 @@ extern MainWindow *mainwin; bool SummaryChart::mouseReleaseEvent(QMouseEvent * event) { if (event->modifiers() & Qt::ShiftModifier) { + if (hl_day<0) { + mouseMoveEvent(event); + } if (hl_day>0) { QDateTime d=QDateTime::fromTime_t(hl_day*86400).toUTC(); mainwin->getDaily()->LoadDate(d.date());