diff --git a/sleepyhead/Graphs/gGraphView.cpp b/sleepyhead/Graphs/gGraphView.cpp index f8f95756..2f0ef664 100644 --- a/sleepyhead/Graphs/gGraphView.cpp +++ b/sleepyhead/Graphs/gGraphView.cpp @@ -1682,7 +1682,7 @@ void gGraphView::mouseReleaseEvent(QMouseEvent *event) if (m_metaselect) { m_point_released = event->pos(); } else { - if (m_graphs[m_graph_index]) { + if ((m_graph_index >= 0) && (m_graphs[m_graph_index])) { m_graphs[m_graph_index]->mouseReleaseEvent(event); } } @@ -1937,8 +1937,8 @@ void gGraphView::getSelectionTimes(qint64 & start, qint64 & end) end = 0; return; } - int x1 = qMin(m_point_clicked.x(), m_point_released.x()); - int x2 = qMax(m_point_clicked.x(), m_point_released.x()); + int x1 = g->m_selection.x() + titleWidth; + int x2 = x1 + g->m_selection.width(); start = g->screenToTime(x1); end = g->screenToTime(x2); } diff --git a/sleepyhead/SleepLib/calcs.cpp b/sleepyhead/SleepLib/calcs.cpp index 215fdfbc..10de90d8 100644 --- a/sleepyhead/SleepLib/calcs.cpp +++ b/sleepyhead/SleepLib/calcs.cpp @@ -100,7 +100,7 @@ bool SearchApnea(Session *session, qint64 time, double dur) if (SearchEvent(session, CPAP_ClearAirway, time, dur)) return true; - if (SearchEvent(session, CPAP_Hypopnea, time, dur, false)) + if (SearchEvent(session, CPAP_Hypopnea, time, dur)) return true; if (SearchEvent(session, CPAP_UserFlag1, time, dur, false)) diff --git a/sleepyhead/daily.cpp b/sleepyhead/daily.cpp index a3b27391..7a32dfcb 100644 --- a/sleepyhead/daily.cpp +++ b/sleepyhead/daily.cpp @@ -1239,15 +1239,27 @@ QString Daily::getStatisticsInfo(Day * cpap,Day * oxi,Day *pos) if (GraphView->isEmpty() && ((ccnt>0) || (cpap && cpap->summaryOnly()))) { html+="