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());