Project

General

Profile

« Previous | Next » 

Revision d539f234

Added by danij almost 13 years ago

Refactor: UIWidgets should not translate to screen space geometry origin

Translating a widget to this origin is the job of the owner/parent widget
not of the widget itself. Reworked drawing algorithm moving this logic
into the correct place.

Note that widgets may still be passed a local offset (relative to their
aligned origin).

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences