Skip to content

Fix the issue of incorrect brush size when the height of the brush image is greater than the width

killy |0veufOrever requested to merge killy/krita:master-patch-8cee into master

If an image with a height greater than the width is used as the brush image, the actual size of the brush will not match the set size. This is because the brush size is only affected by the width of the image. I modified it to be affected by the larger value of the width and height.

Merge request reports