https://bugs.kde.org/show_bug.cgi?id=402196
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/46c361a53 |hics/krita/commit/0bdea1b35 |688d3f209b6c864b01282c9ce21 |0a35c0ff894dc51829065cdd23c |fcd0 |f830 --- Comment #9 from Dmitry Kazakov <[email protected]> --- Git commit 0bdea1b350a35c0ff894dc51829065cdd23cf830 by Dmitry Kazakov. Committed on 15/06/2020 at 13:58. Pushed by dkazakov into branch 'master'. Fix “Shrink from image border” wrapping The patch implements a separate KisDefaultBoundsBase::imageBorderRect(), which always returns the bounds of the image, even for selections. See more explanations in docs in kis_default_bounds_base.h M +1 -1 libs/image/KisPrecisePaintDeviceWrapper.cpp M +7 -0 libs/image/kis_convolution_painter.cc M +7 -1 libs/image/kis_default_bounds.cpp M +1 -0 libs/image/kis_default_bounds.h M +5 -0 libs/image/kis_default_bounds_base.cpp M +28 -0 libs/image/kis_default_bounds_base.h M +5 -0 libs/image/kis_default_bounds_node_wrapper.cpp M +1 -0 libs/image/kis_default_bounds_node_wrapper.h M +1 -1 libs/image/kis_paint_device.cc M +1 -2 libs/image/kis_selection_filters.cpp M +1 -1 libs/ui/processing/fill_processing_visitor.cpp M +2 -2 libs/ui/tool/kis_resources_snapshot.cpp M +1 -1 libs/ui/tool/strokes/freehand_stroke.cpp M +1 -1 plugins/filters/roundcorners/kis_round_corners_filter.cpp M +1 -1 plugins/paintops/defaultpaintops/brush/kis_brushop.cpp M +4 -0 sdk/tests/lod_override.h https://invent.kde.org/graphics/krita/commit/0bdea1b350a35c0ff894dc51829065cdd23cf830 -- You are receiving this mail because: You are watching all bug changes.
