-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix regression introduced by #58755 #60166
Fix regression introduced by #58755 #60166
Conversation
broke snapping in non feature digitizing tools e.g. annotation digitizing tools if there was no active layer or active layer was not spatial.
great, it looks better than the fix I have here https://github.com/qgis/QGIS/pull/60156/commits |
🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
git remote add 3nids git@github.com:3nids/QGIS.git should do the job (cherry-pick also commits) |
@3nids, great, thanks! I'm away from my computer for a couple of hours; I will try it as soon as I get back. |
I've just pushed, so I can move forward on the other one |
@3nids, thank you- much appreciated. Sorry for the trouble. |
no worries, thanks for the reactivity! |
Description
This PR fixes a regression introduced by a previous PR of mine #58755 which broke snapping in non feature digitizing tools e.g. annotation digitizing tools if there was no active layer or active layer was not spatial. This approach also still addresses the original bug report from #56152.