]> Shamusworld >> Repos - architektonas/commit
Fix scrollwheel zooming from walking all over the screen.
authorShamus Hammons <jlhamm@acm.org>
Sat, 23 Jan 2021 02:55:26 +0000 (20:55 -0600)
committerShamus Hammons <jlhamm@acm.org>
Sat, 23 Jan 2021 02:55:26 +0000 (20:55 -0600)
commite34f829de8f46c03e74f75e46438433153f6b96d
tree494e6d965295397a16fd5f1362d7f8c6c57a2c2d
parent60565e2216e2d6d8d3634d0614823a117770e47f
Fix scrollwheel zooming from walking all over the screen.

Turns out that Global::zoom was being unnecessarily updated by
SetGridSize(), causing zooming to walk all over the screen.  :-P
src/drawingview.cpp
src/drawingview.h