Fix crash when applying selections when rendering is paused

Use the scrolled by value from the paused rendering and clamp the
selection to the visual area.

Fixes #9778
This commit is contained in:
Kovid Goyal
2026-03-31 09:10:14 +05:30
parent 59d93577b1
commit 774b9af9e3
2 changed files with 13 additions and 7 deletions

View File

@@ -205,6 +205,8 @@ Detailed list of changes
- Fix double click to rename tab being triggered too easily (:iss:`9774`)
- Fix a crash when user tries to select while the client program is using synchronised rendering and generating large amounts of output (:iss:`9778`)
0.46.2 [2026-03-21]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~