Zooming with mouse wheel center (#3835)
* Horizontal mouse-wheel zooming. Ensure zoom center is always on the current mouse position. * Horizontal zoom using mouse wheel center on the mouse position. For the SongEditor too. * Wheel center on the Automation editor too.
This commit is contained in:
@@ -135,6 +135,7 @@ private:
|
||||
|
||||
bool m_scrollBack;
|
||||
bool m_smoothScroll;
|
||||
int m_widgetWidthTotal;
|
||||
|
||||
EditMode m_mode;
|
||||
EditMode m_ctrlMode; // mode they were in before they hit ctrl
|
||||
|
||||
Reference in New Issue
Block a user