mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Set minimum height for snapshot graphs
This commit is contained in:
parent
8d08bb5a6b
commit
f6fe01c5bc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user