diff --git a/crates/epaint/src/text/fonts.rs b/crates/epaint/src/text/fonts.rs index c78ca99a6..4a7da64a3 100644 --- a/crates/epaint/src/text/fonts.rs +++ b/crates/epaint/src/text/fonts.rs @@ -905,7 +905,6 @@ impl GalleyCache { start = end; } - // TODO: adjust section_index in the concatted galley Galley::concat(job, &galleys, fonts.pixels_per_point) }