Menu

#9 Fix UI rendering path

0.3
closed
None
Bug
2014-09-20
2014-09-20
No

Currently there are issues when the overriden implementation of UIBaseComponent.Render does not call base.Render() correctly.

Acceptance criteria:

  • Rewrite rendering to use two separate functions for walking the hierarchy and rendering the actual content.
  • The actual rendering method shall be called "Draw", whereas the hierarchy walking method shall be called "InternalRender"

Discussion

  • Henning Thoele

    Henning Thoele - 2014-09-20

    Integrated on develop: d52ef62

     
  • Henning Thoele

    Henning Thoele - 2014-09-20
    • status: accepted --> closed
     

Log in to post a comment.