Summary: | Dropping Reference Images in outside of the canvas aren't placed at the event position | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | kousakiaya |
Component: | Tools/Reference Images | Assignee: | amyspark <amy> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla, kousakiaya, mangatengu |
Priority: | NOR | Keywords: | regression, release_blocker |
Version: | 5.1.0-beta1 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/d3e9097bfc6d2bd088a818bcf398bd383263ce58 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Recording on 5.1.0 - beta2 (git b1979a3) |
Description
kousakiaya
2022-07-06 06:01:44 UTC
Huh, d&d of external images as reference images is completely broken for me. Amyspark, please take a look. Git commit 54ea66f4603035e555181e66d67f0a6d0a3268a3 by L. E. Segovia. Committed on 06/07/2022 at 12:59. Pushed by lsegovia into branch 'master'. KisClipboard: fix typo in default source selection M +9 -1 libs/ui/kis_clipboard.h https://invent.kde.org/graphics/krita/commit/54ea66f4603035e555181e66d67f0a6d0a3268a3 Git commit 683fd6b90bcb6981692ef97ca32e22612fea7661 by L. E. Segovia. Committed on 06/07/2022 at 13:00. Pushed by lsegovia into branch 'krita/5.1'. KisClipboard: fix typo in default source selection (cherry picked from commit 54ea66f4603035e555181e66d67f0a6d0a3268a3) M +9 -1 libs/ui/kis_clipboard.h https://invent.kde.org/graphics/krita/commit/683fd6b90bcb6981692ef97ca32e22612fea7661 *** Bug 456445 has been marked as a duplicate of this bug. *** Yes, d&d of reference images now works, but the original report is still valid: the reference images are placed at semi-random locations. Ack, will look into it after I finish reviewing Dmitry's PR. Couldn't reproduce with master branch (commit a40c36155f919d0405c8891774b0bc8c07494356, MSVC) or 5.1.0-beta2 (the latest nightly available, b24a532) on Windows 10. Dragging and dropping references works correctly in both cases. Created attachment 150699 [details]
Recording on 5.1.0 - beta2 (git b1979a3)
can reproduce on 5.1.0 - beta2 (git b1979a3) (Krita Plus nighly)
According to the video, you're dropping the images *outside* of the canvas. I'll have to check (once I have my work station back) how we're placing them in this case. In the meanwhile, reopening. Git commit 1426f9b90d03dc1bb9c3dd86261606347ad93a46 by L. E. Segovia. Committed on 19/07/2022 at 15:07. Pushed by lsegovia into branch 'master'. Fix positioning when pasting multiple reference images This commit partially reverts commit 7758ade706e7b1c2163d4f9ce7216095794b872c. M +1 -1 libs/ui/KisView.cpp https://invent.kde.org/graphics/krita/commit/1426f9b90d03dc1bb9c3dd86261606347ad93a46 Git commit d3e9097bfc6d2bd088a818bcf398bd383263ce58 by L. E. Segovia. Committed on 19/07/2022 at 15:12. Pushed by lsegovia into branch 'krita/5.1'. Fix positioning when pasting multiple reference images This commit partially reverts commit 7758ade706e7b1c2163d4f9ce7216095794b872c. (cherry picked from commit 1426f9b90d03dc1bb9c3dd86261606347ad93a46) M +1 -1 libs/ui/KisView.cpp https://invent.kde.org/graphics/krita/commit/d3e9097bfc6d2bd088a818bcf398bd383263ce58 |