letsfindaway / OpenBoard

I'm using this fork to contribute features and fixes to the upstream project. In order to create good pull requests, I'm rebasing my feature branches, squashing and reordering commits, etc. If you fork this repository be aware that my development branches may rewrite history without prior notice.
http://openboard.ch/
GNU General Public License v3.0
9 stars 0 forks source link

Scene positioning: use scroll bar positions #178

Closed letsfindaway closed 5 days ago

letsfindaway commented 3 weeks ago

Currently the center of the scene is used to remember a screen position. This leads to two problems:

Both problems could be solved by using the scroll bar positions already present in the SceneViewState. But before I want to clarify whether commit 773dab5 had a specific reason not to use the scroll bar positions.