Set minimum height for snapshot graphs

This commit is contained in:
Mark Watkins 2014-08-28 00:32:08 +10:00
parent 8d08bb5a6b
commit f6fe01c5bc

View File

@ -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;