mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-07 03:30:44 +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->setSnapshot(pm);
|
||||||
newgraph->setBlockSelect(true);
|
newgraph->setBlockSelect(true);
|
||||||
newgraph->setHeight(pm.height());
|
newgraph->setHeight(pm.height());
|
||||||
|
newgraph->setMinHeight(pm.height());
|
||||||
|
|
||||||
m_graphs.insert(m_graphs.indexOf(graph)+1, newgraph);
|
m_graphs.insert(m_graphs.indexOf(graph)+1, newgraph);
|
||||||
m_graphsbyname[newname] = newgraph;
|
m_graphsbyname[newname] = newgraph;
|
||||||
|
Loading…
Reference in New Issue
Block a user