Modify ↓
Ticket #4565 (closed defect: fixed)
Opened 4 years ago
Last modified 4 years ago
preview image sometimes rendered too big
| Reported by: | danielk | Owned by: | danielk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.21 |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
When a preview is generated while you have a show selected it is rendered at full size and not scaled to fit the container.
Attachments
Change History
Changed 4 years ago by danielk
- Attachment 4565-dbg-v1.patch added
comment:1 Changed 4 years ago by danielk
- Status changed from new to closed
- Resolution set to fixed
(In [15724]) Fixes #4565. Scales preview images when they are fetched from a remote backend.
When the preview image size default was changed recently scaling was added for only one of the places where preview images are loaded, this adds similar resizing code to the other place (and places some common code in the calc_preview_size() function.)
Note: See
TracTickets for help on using
tickets.

debugging patch + fix