https://bugs.kde.org/show_bug.cgi?id=459904
--- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 82ac6fa60f846d8e8783118ef594def07b968654 by Dmitry Kazakov. Committed on 04/11/2022 at 09:02. Pushed by dkazakov into branch 'master'. Refactor KisShapeLayer to use view converter container instread of raw links The patch also refactors the constructors of the shape layer and makes them a bit more straightforward. Ideally, we should make sure that the image pointer is *not* passed to the layer in the constructor, but it seems a bit too complicated right now. M +12 -5 libs/ui/flake/KisReferenceImagesLayer.cpp M +28 -63 libs/ui/flake/kis_shape_layer.cc M +5 -4 libs/ui/flake/kis_shape_layer.h M +55 -53 libs/ui/flake/kis_shape_layer_canvas.cpp M +15 -12 libs/ui/flake/kis_shape_layer_canvas.h https://invent.kde.org/graphics/krita/commit/82ac6fa60f846d8e8783118ef594def07b968654 -- You are receiving this mail because: You are watching all bug changes.