Summary: | Pasted data in image created from clipboard is placed at the position of the original selection. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Alex May <psychicteeth> |
Component: | General | Assignee: | vanyossi <ghevan> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ghevan, halla |
Priority: | NOR | ||
Version: | 5.1.1 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/2292eb10386376a4c6c08c298303672a45f044f5 | Version Fixed In: | |
Sentry Crash Report: |
Description
Alex May
2022-09-14 15:52:04 UTC
The last step -- the paste does produce this issue. It's not necessary to create from clipboard. I suppose if the paste data is outside the image, we can change behavior either to A: paste at current cursor position B: paste at top left corner of the document A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/1602 Git commit e41db7b620a6d8197a44ce7cddb5f16ea59d1878 by Dmitry Kazakov, on behalf of Ivan Yossi. Committed on 28/10/2022 at 10:59. Pushed by dkazakov into branch 'master'. Fix paste outside of image boundaries If paste data does not intersect canvas, the image is pasted at the center of the canvas. M +27 -12 libs/ui/actions/KisPasteActionFactories.cpp https://invent.kde.org/graphics/krita/commit/e41db7b620a6d8197a44ce7cddb5f16ea59d1878 Git commit 2292eb10386376a4c6c08c298303672a45f044f5 by Dmitry Kazakov, on behalf of Ivan Yossi. Committed on 28/10/2022 at 11:01. Pushed by dkazakov into branch 'krita/5.1'. Fix paste outside of image boundaries If paste data does not intersect canvas, the image is pasted at the center of the canvas. (cherry picked from commit e41db7b620a6d8197a44ce7cddb5f16ea59d1878) M +27 -12 libs/ui/actions/KisPasteActionFactories.cpp https://invent.kde.org/graphics/krita/commit/2292eb10386376a4c6c08c298303672a45f044f5 |