Community
Participate
Working Groups
We still have a system in place for very small applications where creating a theme is overhead. Applying the margins and the CTabRendering is not working in this case. We are also leaking the CSSEngineImpl through our IThemeEngine-Service which is not really optimal (Susan already added a comment when she added the code).
One can easily test this with the Photo-Demo which is not using our themeing system to apply CSS styling.
Created attachment 172947 [details] patch This patches removes the leaking of the CSSEngine and fixes the margins problem - I haven't found out yet why the CTabRendering is not working
Created attachment 172948 [details] patch fix for the CTabRendering
released changes to HEAD
Yves, please check if my changes to your XWT-Code as correct