r00tat / wificompass

Automatically exported from code.google.com/p/wificompass
9 stars 10 forks source link

Subdrawables are not rotateable #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. opened ProjectSite
2. Options -> set north
3. Multitouch Gesture to rotate NorthDrawable
4. NorthDrawable changes Position but does not rotate

What is the expected output? What do you see instead?
NorthDrawable should, but it only changed the position

If the underlying map is rotated, the icon does not rotate with the map. Maybe 
it would be good to rotate with the underlying drawable.

Original issue reported on code.google.com by paul.woe...@gmail.com on 20 Mar 2012 at 9:48

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r104.

Original comment by paul.woe...@gmail.com on 20 Mar 2012 at 10:48

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r104.

changed setPos do not call setRelativePosition on itself and calculate the 
change of angle and scale and apply it to it's subdrawables

Original comment by paul.woe...@gmail.com on 20 Mar 2012 at 10:48

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r105.

small fix: relative Position was not saved to the object, so the object hopped 
around

Original comment by paul.woe...@gmail.com on 20 Mar 2012 at 1:32