Closed GoogleCodeExporter closed 9 years ago
Sounds like a bug to me, want to code a fix?
Original comment by heue...@gmail.com
on 1 Nov 2011 at 7:43
Sure, I'll put some thought into it.
Also wondering if PCanvas.setBounds() is correct wrt to the bounds it sets on
the camera:
public void setBounds(final int x, final int y, final int width, final int height) {
camera.setBounds(camera.getX(), camera.getY(), width, height);
super.setBounds(x, y, width, height);
}
I suppose the fundamental question is, in what cases do clients want the
canvas's camera to NOT be at (0,0)? Do you know any such use cases?
Original comment by atdi...@gmail.com
on 2 Nov 2011 at 2:01
Committed revision 1155.
Original comment by atdi...@gmail.com
on 13 Nov 2011 at 7:01
Committed revision 1156. (TRUNK, same fix as the earlier branch commit.)
Original comment by atdi...@gmail.com
on 13 Nov 2011 at 7:12
Original comment by heue...@gmail.com
on 26 Nov 2013 at 8:47
Original issue reported on code.google.com by
atdi...@gmail.com
on 29 Oct 2011 at 12:52