Opened 18 years ago
Closed 18 years ago
#4565 closed defect (fixed)
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 (1)
Change History (2)
by , 18 years ago
Attachment: | 4565-dbg-v1.patch added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(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