diff --git a/sleepyhead/Graphs/gGraphView.cpp b/sleepyhead/Graphs/gGraphView.cpp index f17f322b..d932d46e 100644 --- a/sleepyhead/Graphs/gGraphView.cpp +++ b/sleepyhead/Graphs/gGraphView.cpp @@ -2101,6 +2101,7 @@ void gGraphView::onSnapshotGraphToggle() newgraph->setSnapshot(pm); newgraph->setBlockSelect(true); newgraph->setHeight(pm.height()); + newgraph->setMinHeight(pm.height()); m_graphs.insert(m_graphs.indexOf(graph)+1, newgraph); m_graphsbyname[newname] = newgraph;