cecilianor / Qt-thesis

MIT License
8 stars 3 forks source link

Panning bug when window width is greater than the window height #117

Closed cecilianor closed 4 months ago

cecilianor commented 4 months ago

On Friday, Nils and I discovered a bug where the cursor wouldn't stay on the thing that had been clicked while panning. When panning with the mouse, the cursor should stay above the point where it was when clicked, while the map itself moves together with the mouse coursor itself.

cecilianor commented 4 months ago

This has been fixed and will be merge to dev from merge request #116 together with some of Nils' work.