diff --git a/sleepyhead/Graphs/gGraphView.cpp b/sleepyhead/Graphs/gGraphView.cpp index 2a6ae534..7dfafd6e 100644 --- a/sleepyhead/Graphs/gGraphView.cpp +++ b/sleepyhead/Graphs/gGraphView.cpp @@ -2096,6 +2096,7 @@ void gGraphView::onSnapshotGraphToggle() QPixmap pm = graph->renderPixmap(width(), graph->m_rect.height(), false); gGraph * newgraph = new gGraph(newname, nullptr, graph->title(), graph->units(), graph->height(), graph->group()); newgraph->setSnapshot(pm); + newgraph->setBlockSelect(true); newgraph->setHeight(pm.height()); m_graphs.insert(m_graphs.indexOf(graph)+1, newgraph);