https://bugs.kde.org/show_bug.cgi?id=443111
--- Comment #8 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 8f6c508e889c694876d806750489d5c6e00b1fb0 by Dmitry Kazakov. Committed on 12/10/2021 at 08:42. Pushed by dkazakov into branch 'master'. Fix crash when creating a new image with URL present in the clipboard Basically, KisClipboard::clip() should not ask anything related to multiple URLs in the clipboard. Its responsibility to load only one image from the clipboard (the first URL if there are multiple). Parsing of multiple URLs is the responsibility of a higher level code. M +9 -2 libs/ui/actions/KisPasteActionFactories.cpp M +2 -7 libs/ui/kis_clipboard.cc M +49 -0 libs/ui/utils/KisClipboardUtil.cpp M +3 -0 libs/ui/utils/KisClipboardUtil.h https://invent.kde.org/graphics/krita/commit/8f6c508e889c694876d806750489d5c6e00b1fb0 -- You are receiving this mail because: You are watching all bug changes.