marcocorvi / topodroid

TopoDroid code base
https://sites.google.com/site/speleoapps/
GNU General Public License v3.0
54 stars 26 forks source link

"Affine transform" not working #114

Closed rsevero closed 7 months ago

rsevero commented 7 months ago

Describe the bug "Affine transform" not working

To Reproduce Steps to reproduce the behavior:

  1. Go to Custom settings > Sketching and enable both Sketch shift/scale and Affine transform options.
  2. Open a sketch
  3. Enable Fix refs in the Sketch References dialog.
  4. See that, no matter if you use two or three fingers, the only available transformation is scaling. Rotation and skewing is not possible.

Expected behavior When using three fingers both rotation and skewing should also be possible as mentioned in man page page_shift.htm

Device:

marcocorvi commented 7 months ago

threePointers must survive method call. as a matter of fact it is not a necessary variable. it is fixed and it will be in the next commit.