Summary: | Selection fills entire canvas if selection already exists when using reference layers. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Ralek Kolemios <info> |
Component: | Tools/Selection | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ginoba |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/e6c53e4e2943a6ad4bc1fe365eef02a9dcd472eb | Version Fixed In: | |
Sentry Crash Report: |
Description
Ralek Kolemios
2024-05-01 21:57:15 UTC
It also happens with the fill tool. Which makes me think is something in the scanline fill class. It already happens before my last changes, so it may be related to the "close gaps" feature, which changed the scanline fill. After digging a bit, it may be that the reference image produced by KisMergeLabeledLayersCommand if not right if there is a selection. Git commit 66dd431ca6d548ca7e169cc7c66568df3243f417 by Deif Lou. Committed on 02/05/2024 at 09:51. Pushed by deiflou into branch 'master'. Fix issue in KisMergeLabeledLayersCommand when masks where involved M +8 -8 libs/image/commands_new/KisMergeLabeledLayersCommand.cpp M +1 -1 libs/image/commands_new/KisMergeLabeledLayersCommand.h https://invent.kde.org/graphics/krita/-/commit/66dd431ca6d548ca7e169cc7c66568df3243f417 Git commit e6c53e4e2943a6ad4bc1fe365eef02a9dcd472eb by Deif Lou. Committed on 07/06/2024 at 00:32. Pushed by deiflou into branch 'krita/5.2'. Fix issue in KisMergeLabeledLayersCommand when masks where involved (cherry picked from commit 66dd431ca6d548ca7e169cc7c66568df3243f417) Co-authored-by: Deif Lou <ginoba@gmail.com> M +8 -8 libs/image/commands_new/KisMergeLabeledLayersCommand.cpp M +1 -1 libs/image/commands_new/KisMergeLabeledLayersCommand.h https://invent.kde.org/graphics/krita/-/commit/e6c53e4e2943a6ad4bc1fe365eef02a9dcd472eb |