-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fixed crash selecting texttool #2369
Fixed crash selecting texttool #2369
Conversation
Thank you! I was struggling to find a fix for this. |
is this merged with latest release? I'm having the said fixed issue |
@fuzunspm No, this was merged on 2022-02-05 and the latest release was published in 2022-01-15: |
Is there a release planned somewhere soon? This happens to me daily, the only way to prevent this is to de-select the text tool before clicking somewhere, when editing text. Huge pain in the bum, if you add multiple texts to a screenshot and then flameshot aborts on the last click... |
@thraizz you can build from source or install from nightly builds: |
(cherry picked from commit 4affa92)
The
close()
method was aborting the screenshot. I am not sure why only on thetexttool
.I went for a safer approach which consist on hiding the tool and to avoid any leak I am setting its parent and flagging the widget to
deleteLater()
.