]> git.donarmstrong.com Git - lilypond.git/commitdiff
comment on pure handling.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 6 Jan 2007 03:16:56 +0000 (04:16 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 6 Jan 2007 03:16:56 +0000 (04:16 +0100)
lily/axis-group-interface.cc

index 9fbfdf3193f29fb1c3329b880ddb55296cc4eabc..7c09658c8ce273b99055c111be7745fd559ecd9d 100644 (file)
@@ -68,6 +68,14 @@ Axis_group_interface::relative_group_extent (vector<Grob*> const &elts,
   return r;
 }
 
+
+/*
+  FIXME: pure extent handling has a lot of ad-hoc caching.
+  This should be done with grob property callbacks.
+
+  --hwn
+*/
+
 Interval
 Axis_group_interface::cached_pure_height (Grob *me,
                                          vector<Grob*> const &elts,