Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canvas location lock improvement. #5749

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 19, 2024

  1. Canvas location lock improvement.

    Currently when the canvas location is locked and the user zooms in or out using a mouse the location lock is broken because the position of cursor also changes while zooming
    Initial work plan: When the canvas location is locked the cursor placement will not change while zooming in or out.
    mohsenD98 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    30ba94e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Add aboutToZoom signal to MapCanvas.qml for pre-zoom handling

    This new signal is emitted when a zoom action is about to occur, allowing other components to react or make adjustments before the zoom takes place.
    mohsenD98 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    1e6c495 View commit details
    Browse the repository at this point in the history