slint/sixtyfps_runtime/rendering_backends
Simon Hausmann d867d7b58a Fix rendering of text selection with combining characters with the GL backend
When the text selection end follows right after a grapheme that uses less
glyphs than characters, then there may not be a matching glyph with the byte
index, therefore we wouldn't set the selection_end_x and draw incorrectly.
Take the visual tail of the last glyph then.
2021-08-01 09:35:19 +02:00
..
default Fix comments and naming found in review in #355 2021-07-28 16:57:09 +02:00
gl Fix rendering of text selection with combining characters with the GL backend 2021-08-01 09:35:19 +02:00
qt Fix cursor rendering with the Qt backend for non-ascii text 2021-08-01 09:34:50 +02:00
testing internal cleanup: Remove the use of ComponentWindow in the interpreter 2021-07-21 17:41:12 +02:00