From 6aa87bebac653c0b7897ea6e5cdc30fe6c71dea9 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sat, 19 Jul 2014 16:18:54 +1000 Subject: [PATCH] Fixed event list click regression --- sleepyhead/daily.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleepyhead/daily.cpp b/sleepyhead/daily.cpp index c6eba70c..1190d9e4 100644 --- a/sleepyhead/daily.cpp +++ b/sleepyhead/daily.cpp @@ -1879,7 +1879,7 @@ void Daily::on_treeWidget_itemClicked(QTreeWidgetItem *item, int column) double st=t-(winsize/2); double et=t+(winsize/2); - gGraph *g=(*GraphView)[STR_GRAPH_EventBreakdown]; + gGraph *g=GraphView->findGraph(STR_GRAPH_SleepFlags); if (!g) return; if (strmin_x) { st=g->rmin_x;