From 5cc8929f4e73fd75e2ec6d4f4afc0a331ad6a263 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Wed, 15 Oct 2014 21:25:05 +1000 Subject: [PATCH] Fix Event Flags tooltip durations not displaying properly --- sleepyhead/Graphs/gFlagsLine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleepyhead/Graphs/gFlagsLine.cpp b/sleepyhead/Graphs/gFlagsLine.cpp index 5d212c86..9853a940 100644 --- a/sleepyhead/Graphs/gFlagsLine.cpp +++ b/sleepyhead/Graphs/gFlagsLine.cpp @@ -394,7 +394,7 @@ void gFlagsLine::paint(QPainter &painter, gGraph &w, const QRegion ®ion) // Draw Event Flag Bars /////////////////////////////////////////////////////////////////////////// - for (int i = 0; i < np; i++) { + for (int i = 0; i < np; i++, dptr++) { X = start + *tptr++; if (X > maxx) {