Forgot to use aspect ratio calculation when only one of r/c is specified for determining cursor position and image cell overlaps. Fixes #7479

This commit is contained in:
Kovid Goyal
2024-05-28 21:05:56 +05:30
parent 5e2fc4e90f
commit beb42d571b
3 changed files with 26 additions and 11 deletions

View File

@@ -59,6 +59,8 @@ Detailed list of changes
- Fix a regression in the previous release causing an error when setting background_opacity to zero (:iss:`7483`)
- Image display: Fix cursor movement and image hit region incorrect for image placements that specify only a number of rows or columns to display in (:iss:`7479`)
0.35.0 [2024-05-25]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~