ui: Don't animate scroll to top in graph
This commit is contained in:
@@ -560,7 +560,7 @@ void QtGraphView::updateScrollBars()
|
||||
}
|
||||
else if (m_scrollToTop)
|
||||
{
|
||||
performScroll(vb, vb->minimum());
|
||||
vb->setValue(vb->minimum());
|
||||
}
|
||||
else if (!m_centerActiveNode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user