From: Han-Wen Nienhuys Date: Sat, 6 Jan 2007 03:16:56 +0000 (+0100) Subject: comment on pure handling. X-Git-Tag: release/2.11.10-1~76 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ff741718d73327f3b7c0aeae1b6ba15b567dc8e2;p=lilypond.git comment on pure handling. --- diff --git a/lily/axis-group-interface.cc b/lily/axis-group-interface.cc index 9fbfdf3193..7c09658c8c 100644 --- a/lily/axis-group-interface.cc +++ b/lily/axis-group-interface.cc @@ -68,6 +68,14 @@ Axis_group_interface::relative_group_extent (vector 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 const &elts,