Changes between Version 43 and Version 44 of PAGE_ELEMENT_GROUPING_R0
- Timestamp:
- 06/15/09 22:10:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_ELEMENT_GROUPING_R0
v43 v44 102 102 [3206], [3207], [3208], [3209], [3210], [3211], [3212], [3213], [3214], [3215], [3216], [3218], [3219], [3220]. 103 103 104 Merged to the trunk in [3487]. 105 104 106 === Edit === 105 107 There was an issue with group copying: the appropriate method in ResourceSpace copies all subresources of a resource and the group copy method does the same. This problem was resolved by removing the copying features from the Group class. But this way, the elements() of a group are re-created each time a group is copied. So, the zOrder inside a group is not expected to work properly at this time. [[BR]] … … 110 112 111 113 = Comments = 114 115 Known bugs : When you have two frames in a group, you enter the group and delete one of them, the group stays and it's visible in the AllResourcePalette. Fix it for the next revision. -- meddle