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

Nicholas LaPointe <nicholaslapoin...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://commits.kde.org/kri
                   |                            |ta/f80c0940d1e1bd94fa137f35
                   |                            |510fe4f877c2d227
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Nicholas LaPointe <nicholaslapoin...@gmail.com> ---
Git commit f80c0940d1e1bd94fa137f35510fe4f877c2d227 by Nicholas LaPointe.
Committed on 13/07/2017 at 01:12.
Pushed by nicholasl into branch 'master'.

Fix calculations of source rectangle and selection dimensions when sending data
to G'MIC

When there was no selection, the old plug-in would read and write pixels within
the rectangle (0,0 canvasWidth x canvasHeight).
The new plug-in was still set up to do this, except it would send the rectangle
(0,0 layerWidth x layerHeight) to G'MIC.

When there was a selection in the old plug-in, it would read and write within
the selection rectangle.
The new plug-in would read using (0,0 layerWidth x layerHeight), then write
inside the selection rectangle.

This commit should reinstate the old behavior.
Differential Revision: https://phabricator.kde.org/D6431

M  +28   -12   plugins/extensions/qmic/QMic.cpp

https://commits.kde.org/krita/f80c0940d1e1bd94fa137f35510fe4f877c2d227

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

Reply via email to