From 6832b86aa7a9adb386394e1caaf373e65297be4e Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Fri, 7 Feb 2020 06:50:18 +0000 Subject: Fix selection expansion across full-width glyphs Instead of trying to expand the start and end of a selection across full-width glyphs, the selection should now only go from its origin to the end without any kind of expansion. Instead, the expansion is now done where the cells are actually checked for their selection status, expanding across the entire full-width glyph whenever any part of it is selected. Fixes #3106. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 202f0779..781c85e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Inconsistent fontconfig fallback - Backspace deleting characters while IME is open on macOS - Handling of OpenType variable fonts +- Expansion of block-selection on partially selected full-width glyphs ### Removed -- cgit v1.2.3-54-g00ecf