Summary: | 'Enter' Key doesn't confirm crop. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Ralek Kolemios <info> |
Component: | Tools | Assignee: | sh_zam <shzam> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | tgdev001, tomtomtomreportingin |
Priority: | NOR | ||
Version: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/9180bae06073f846d886ba4573a4e37cd959b027 | Version Fixed In: | |
Sentry Crash Report: |
Description
Ralek Kolemios
2021-03-31 21:16:57 UTC
This was known but wasn't on the bug tracker yet, Sharaf should already be looking into it. A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/788 Git commit fd85858e08ad8ff3a45e25ec2e21c2af4f4db9aa by Dmitry Kazakov, on behalf of Sharaf Zaman. Committed on 03/04/2021 at 11:02. Pushed by dkazakov into branch 'master'. Bugfix: Crop tool doesn't respond to some events (This commit reverts 5ea95edb1f51acbac032055aee6333381efe95c8) M +5 -0 libs/flake/KoToolBase.cpp M +7 -0 libs/flake/KoToolBase.h M +7 -0 libs/flake/KoToolProxy.cpp M +3 -0 libs/flake/KoToolProxy.h M +5 -0 libs/image/kis_image.cc M +21 -0 libs/image/kis_image.h M +2 -0 libs/ui/KisDocument.cpp M +1 -0 libs/ui/canvas/kis_tool_proxy.cpp M +6 -1 plugins/tools/tool_crop/kis_tool_crop.cc M +1 -0 plugins/tools/tool_crop/kis_tool_crop.h https://invent.kde.org/graphics/krita/commit/fd85858e08ad8ff3a45e25ec2e21c2af4f4db9aa *** Bug 435545 has been marked as a duplicate of this bug. *** Git commit 9180bae06073f846d886ba4573a4e37cd959b027 by Halla Rempt, on behalf of Sharaf Zaman. Committed on 09/04/2021 at 11:27. Pushed by rempt into branch 'krita/4.3'. Bugfix: Crop tool doesn't respond to some events (This commit reverts 5ea95edb1f51acbac032055aee6333381efe95c8) (cherry picked from commit fd85858e08ad8ff3a45e25ec2e21c2af4f4db9aa) M +5 -0 libs/flake/KoToolBase.cpp M +7 -0 libs/flake/KoToolBase.h M +7 -0 libs/flake/KoToolProxy.cpp M +3 -0 libs/flake/KoToolProxy.h M +5 -0 libs/image/kis_image.cc M +21 -0 libs/image/kis_image.h M +2 -0 libs/ui/KisDocument.cpp M +1 -0 libs/ui/canvas/kis_tool_proxy.cpp M +6 -1 plugins/tools/tool_crop/kis_tool_crop.cc M +1 -0 plugins/tools/tool_crop/kis_tool_crop.h https://invent.kde.org/graphics/krita/commit/9180bae06073f846d886ba4573a4e37cd959b027 |