https://bugs.kde.org/show_bug.cgi?id=467811
Freya Lupen <penguinflyer2...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |penguinflyer2...@gmail.com --- Comment #2 from Freya Lupen <penguinflyer2...@gmail.com> --- Seems to have been caused by commit e41db7b6, which checks whether a paste is within image boundaries. Apparently alpha-inheriting layers have an empty exactBounds(), so they are caught in the > (!clip->exactBounds().contains(image->bounds()) && > !clip->exactBounds().intersects(image->bounds())) check and get pasted at the center of the image. (libs/ui/actions/KisPasteActionFactories.cpp@234/235) -- You are receiving this mail because: You are watching all bug changes.