| Issue 13: | Scatter widgets don't use self.x and self.y | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I noticed that scatterwidgets don't use self.x and self.y like the other widgets. Although using x and y for an image that is rotated might be hard (since the image is referenced by it's corner), self.x and self.y could be used if the image's anchor was set at the center instead of the corner.
Feb 23, 2009
Project Member
#1
txprog
Owner:
thomas.hansen
Mar 10, 2009
(No comment was entered for this change.)
Labels:
Component-Core
Mar 11, 2009
x/y attribute are not writable for the moment. Use center attribute to read/write x/y. Pos attribute is an alias of center attribute.
Status:
Done
|