Closed mro closed 9 years ago
Sounds like a bug to me, want to code a fix?
Reported by heuermh
on 2011-11-01 19:43:45
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?
Reported by atdixon
on 2011-11-02 02:01:23
Committed revision 1155.
Reported by atdixon
on 2011-11-13 19:01:27
Fixed
Committed revision 1156. (TRUNK, same fix as the earlier branch commit.)
Reported by atdixon
on 2011-11-13 19:12:46
Reported by heuermh
on 2013-11-26 20:47:09
Verified
Originally reported on Google Code with ID 227
Reported by
atdixon
on 2011-10-29 00:52:12