]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/axis-group-interface.cc
* lily/note-column.cc (translate_rests): call flush_extent_cache()
[lilypond.git] / lily / axis-group-interface.cc
index 5dcf4604e21330dfa2db1e10efd967bd3454e35b..6a41e1eaffae3088cb4c67e4ac5edaf51282ed6e 100644 (file)
@@ -98,9 +98,9 @@ Axis_group_interface::set_axes (Grob*me, Axis a1, Axis a2)
     why so convoluted ? (fixme/documentme?) 
    */
   if (me->has_extent_callback (Grob::stencil_extent_proc, a1))
-    me->set_extent (Axis_group_interface::group_extent_callback_proc, a1);
+    me->set_extent_callback (Axis_group_interface::group_extent_callback_proc, a1);
   if (me->has_extent_callback (Grob::stencil_extent_proc, a2))
-    me->set_extent (Axis_group_interface::group_extent_callback_proc, a2);
+    me->set_extent_callback (Axis_group_interface::group_extent_callback_proc, a2);
 }
 
 Link_array<Grob>