https://bugs.kde.org/show_bug.cgi?id=388930

Dag Andersen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://commits.kde.org/cal
                   |                            |ligra/307f940655583b5a0efbf
                   |                            |ffc6460b66bb51a2e5e
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED
   Version Fixed In|                            |3.1.0

--- Comment #3 from Dag Andersen <[email protected]> ---
Git commit 307f940655583b5a0efbfffc6460b66bb51a2e5e by Dag Andersen.
Committed on 24/01/2018 at 18:47.
Pushed by danders into branch 'master'.

Paint crop rectangle and its handles with 1px wide outline.

Due to the painter scaling the pen width (1 by default) was scaled too, which
caused the outlines to cover the whole image.

This patch sets the pen width to 0 which always results in a 1px wide line,
unfortunately also on HiDPI-Displays.
Using a pen width of 1 and changing everything to work with absolute
coordinates to fix that seemed a little cumbersome, so I added a dark overlay
for the cropped region to improve visibility instead.

Patch by Sebastian Pettke.
FIXED-IN: 3.1.0

M  +8    -1    plugins/pictureshape/CropWidget.cpp

https://commits.kde.org/calligra/307f940655583b5a0efbfffc6460b66bb51a2e5e

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to