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

Fix crash on measure angle/bearing tools #56202

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Conversation

uclaros
Copy link
Contributor

@uclaros uclaros commented Feb 6, 2024

Description

Tools were trying to delete the dialog when the rejected signal was fired, not giving it time to fire the finished signal.
Switching to using the QDialog::finished() signal fixes that.

I've tested this on Linux, it would be nice if someone could test this on a mac which seemed way more easy to reproduce.

Fixes #46151
Fixes #54773

@uclaros uclaros added Bug Either a bug report, or a bug fix. Let's hope for the latter! backport release-3_34 labels Feb 6, 2024
@github-actions github-actions bot added this to the 3.36.0 milestone Feb 6, 2024
Copy link

github-actions bot commented Feb 6, 2024

🪟 Windows builds ready!

Windows builds of this PR are available for testing here. Debug symbols for this build are available here.

(Built from commit 499a478)

@nyalldawson nyalldawson merged commit 56d39ce into qgis:master Feb 7, 2024
37 checks passed
@Lugal-PCZ
Copy link

Just tested with 3.43.3 on MacOS, and it still crashes. Please disregard if the fix isn't yet incorporated into that version of QGIS.

@nyalldawson
Copy link
Collaborator

@Lugal-PCZ the fix was only merged 1 hour ago, it's definitely NOT in any released version of QGIS 🤣

@Lugal-PCZ
Copy link

Nice! I appreciate your hard work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release-3_34 Bug Either a bug report, or a bug fix. Let's hope for the latter!
Projects
None yet
4 participants