ui: Don't animate scroll to top in graph

This commit is contained in:
Eberhard Graether
2018-07-16 15:40:14 +02:00
parent e020546f29
commit ec5ac09566
+1 -1
View File
@@ -560,7 +560,7 @@ void QtGraphView::updateScrollBars()
}
else if (m_scrollToTop)
{
performScroll(vb, vb->minimum());
vb->setValue(vb->minimum());
}
else if (!m_centerActiveNode)
{