https://bugs.kde.org/show_bug.cgi?id=443111
--- Comment #10 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit df528d74058bc976a103d4f10e2a53d960a054c2 by Dmitry Kazakov. Committed on 13/10/2021 at 08:18. Pushed by dkazakov into branch 'krita/5.0'. 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 +10 -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/df528d74058bc976a103d4f10e2a53d960a054c2 -- You are receiving this mail because: You are watching all bug changes.