]> git.cworth.org Git - apitrace/commit
gui: fix pixel info on flipped images
authorZack Rusin <zack@kde.org>
Fri, 11 Oct 2013 22:32:25 +0000 (18:32 -0400)
committerZack Rusin <zack@kde.org>
Fri, 11 Oct 2013 22:34:12 +0000 (18:34 -0400)
commit7ec54f936be0ac8d7fade4df133c4b1009e5782a
tree2761fcbb9d083d778dc4402d5ce8e416201e99c2
parent66654031728218dff8a5a467fe73476d4e1d8b35
gui: fix pixel info on flipped images

Flipped images were still using the original image instead of
flipping the coordinates, thus returning the wrong data. Let's just
flip the y-axis to find the right location in the original image.
gui/imageviewer.cpp