Files
oak-gpui/crates
Smit Barmase 41ddd1cc97 editor: Fix text selection not visible on text background (#26454)
Closes #25014

Previously, we painted in the order: highlights -> text background ->
text -> etc. This caused text selection to be invisible when the text
had a background.

This PR changes the painting order to: text background -> highlights ->
text -> etc.

Before:


https://github.com/user-attachments/assets/5d9647c4-3ab2-4960-b6b9-e399882a0c50

After:


https://github.com/user-attachments/assets/c699f5b9-4077-45f8-85e5-86c89130eb71

Release Notes:

- Fixed an issue where text selection was not visible on top of a text
background in the editor.
2025-03-11 18:43:11 +05:30
..
2025-03-06 05:20:06 +00:00
2025-02-28 18:33:35 +01:00
2025-03-06 10:56:28 -07:00
2025-01-27 13:40:59 -05:00
2025-03-10 13:38:30 -06:00
2025-02-28 18:33:35 +01:00
2025-02-28 18:33:35 +01:00
2025-02-28 18:33:35 +01:00
2025-03-10 13:38:30 -06:00
2025-03-10 13:19:02 -07:00
2025-03-10 13:38:30 -06:00
2025-02-28 18:33:35 +01:00
2025-03-06 10:56:28 -07:00
2025-02-28 18:33:35 +01:00
2025-03-10 13:19:02 -07:00
2025-03-10 13:38:30 -06:00