Code

Internally, a clone is a NRArenaGroup, with the actual visible item being its child...
authorbuliabyak <buliabyak@users.sourceforge.net>
Sun, 8 Oct 2006 06:51:45 +0000 (06:51 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sun, 8 Oct 2006 06:51:45 +0000 (06:51 +0000)
commit86568a2d2943469ff6ec3a00d2fa2b300b5f35ae
tree1fa4cbd00ab6d84b8f4a3c6b5363ea4531357084
parent338bf4c15c54d0ed8cebbd0f64ce96d0d7066abf
Internally, a clone is a NRArenaGroup, with the actual visible item being its child. Previously, that child inherited the style from the parent group, but the group itsef was not styled. However this does not work for filter (at least) because it is by default a noninherited property. So, for all properties to work on clones, we need to set the style on the NRArenaGroup explicitly, just as SPItemGroup does the same.
src/sp-use.cpp