Summary: | Crash when try to use Fill Tool | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | acc4commissions |
Component: | Tools | Assignee: | Tiar <tamtamy.tymona> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahab.greybeard, tamtamy.tymona |
Priority: | NOR | Keywords: | regression |
Version: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | All | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/5b661e5e43712b3f874b7c5f1ce0656d4abe38cb | Version Fixed In: | |
Sentry Crash Report: |
Description
acc4commissions
2020-06-25 02:09:46 UTC
I can confirm this for the 24 Jun 5.0.0 prealpha (git 9b02ae2) and 4.3.1 alpha (git 23a6ab6) appimages. It also doesn't crash if 'Fill entire selection' is enabled. Probably caused by my changes. I'll check it out. Git commit 2b431a1e1b3d7f2347a60501a2f7ee05cb9225a8 by Agata Cacko. Committed on 29/06/2020 at 16:09. Pushed by tymond into branch 'master'. Fix crash when using Fill Tool without a selection Before this commit, if a user was using a Fill Tool on an image without a selection, it would cause a crash. This commit prevents the crash. M +3 -2 libs/image/kis_fill_painter.cc M +1 -1 libs/ui/processing/fill_processing_visitor.cpp https://invent.kde.org/graphics/krita/commit/2b431a1e1b3d7f2347a60501a2f7ee05cb9225a8 Git commit 5b661e5e43712b3f874b7c5f1ce0656d4abe38cb by Agata Cacko. Committed on 29/06/2020 at 19:12. Pushed by tymond into branch 'krita/4.3'. Fix crash when using Fill Tool without a selection Before this commit, if a user was using a Fill Tool on an image without a selection, it would cause a crash. This commit prevents the crash. (cherry picked from commit 2b431a1e1b3d7f2347a60501a2f7ee05cb9225a8) M +3 -2 libs/image/kis_fill_painter.cc M +1 -1 libs/ui/processing/fill_processing_visitor.cpp https://invent.kde.org/graphics/krita/commit/5b661e5e43712b3f874b7c5f1ce0656d4abe38cb |