Summary: | Crash while trying to use the Move Tool (multiple windows of the same file opened) | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | LeStr4wberry <strawberry> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dimula73 |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/krita/fc43e93b274e41139ccdd2901113c07e46c6a05c | Version Fixed In: | |
Sentry Crash Report: |
Description
LeStr4wberry
2015-11-11 17:48:53 UTC
Confirm. The bug is still present. Git commit 73d23f52ccc5d23718c7b51951ba07aceb6eea03 by Dmitry Kazakov. Committed on 13/11/2015 at 10:10. Pushed by dkazakov into branch 'calligra/2.9'. Fix a crash when switching subwindows after removing a layer This happened becayse KisView stored a pointer to a locally active layer which has been deleted while the view was inactive M +15 -0 krita/image/krita_utils.cpp M +4 -0 krita/image/krita_utils.h M +22 -0 krita/ui/KisView.cpp M +6 -0 krita/ui/KisView.h http://commits.kde.org/calligra/73d23f52ccc5d23718c7b51951ba07aceb6eea03 Git commit 40dd708f0c3bec0f2f1cea3b34fa91e86027990d by Dmitry Kazakov. Committed on 13/11/2015 at 10:13. Pushed by dkazakov into branch 'krita-animation-pentikainen'. Fix a crash when switching subwindows after removing a layer This happened becayse KisView stored a pointer to a locally active layer which has been deleted while the view was inactive M +15 -0 krita/image/krita_utils.cpp M +4 -1 krita/image/krita_utils.h M +22 -0 krita/ui/KisView.cpp M +6 -0 krita/ui/KisView.h http://commits.kde.org/calligra/40dd708f0c3bec0f2f1cea3b34fa91e86027990d Git commit fc43e93b274e41139ccdd2901113c07e46c6a05c by Dmitry Kazakov. Committed on 14/11/2015 at 11:03. Pushed by dkazakov into branch 'master'. Fix a crash when switching subwindows after removing a layer This happened becayse KisView stored a pointer to a locally active layer which has been deleted while the view was inactive M +15 -0 krita/image/krita_utils.cpp M +4 -1 krita/image/krita_utils.h M +22 -0 krita/ui/KisView.cpp M +6 -0 krita/ui/KisView.h http://commits.kde.org/krita/fc43e93b274e41139ccdd2901113c07e46c6a05c |