Files
oak-gpui/crates
Mikko Perttunen d1d419b209 gpui: Further fix extraction of font runs from text runs (#43856)
After #39928, if a font's weight changes between text runs without other
decoration changing, the earlier weight continues to be used for the
subsequent run(s).

PR #40840 fixes this in shape_text, but similar code exists also in
layout_text. The latter is used for text in the editor view itself, so
the issue continues to appear when using a highlighting theme with
varied font weights.

Fix the issue by applying the same fix in layout_text.

Closes #42297

Release Notes:

- Fixed incorrect font weights in editor view when using a highlighting
theme with varying font weights
2025-12-01 08:54:47 +01:00
..
2025-11-24 20:01:43 +00:00
2025-11-12 20:27:04 +00:00
2025-11-19 12:34:41 +01:00
2025-11-24 13:24:26 -05:00
2025-11-20 22:17:50 -07:00
2025-11-11 16:10:47 +01:00
2025-11-25 14:17:27 -08:00
2025-11-12 15:31:20 +01:00
2025-10-24 07:52:51 -04:00
2025-11-07 11:36:05 +00:00
2025-11-24 11:36:04 +02:00
2025-11-27 18:29:42 -03:00