bmeaut / grainautline

GrainAutLine: image processing for geology and material sciences
GNU General Public License v3.0
0 stars 2 forks source link

Zoom center is wrong #43

Closed csorbakristof closed 8 years ago

csorbakristof commented 9 years ago

Zoom center seems to be defined by the mouse position w.r.t the MouseArea, but this relative location is applied to the image area.

szotsaki commented 9 years ago

@nemethnoel Wrong code is at PsdCanvas.qml:109-118. The MouseArea there handles the scale and the zoom.

This task could be considered relatively easy to get in touch with QML.