Community
Participate
Working Groups
The GraphicsMixin forces overflow to hidden (can not be changed back with the normal widget-API), because this is needed to hide edges when using rounded borders. Currently only CTabFolder uses this feature, and it prevents/complicates implementing gradients on sash and shadows on any widget. Either only draw the actually needed edges (which is possible but a bit complicated), or use overflow:hidden only when needed.
Fixed in CVS HEAD.