Center vertical scroll position when opening the Automation Editor (#5123)

* Center vertical scroll position when opening the Automation Editor
This commit is contained in:
Kevin Zander
2020-08-11 10:18:34 -05:00
committed by GitHub
parent 139e492b17
commit 966f18423f
2 changed files with 28 additions and 4 deletions

View File

@@ -209,6 +209,7 @@ private:
float m_bottomLevel;
float m_topLevel;
void centerTopBottomScroll();
void updateTopBottomLevels();
QScrollBar * m_leftRightScroll;