Opened 12 years ago
Closed 3 years ago
#11417 closed Developer Task (Trac EOL)
MythUIImage objects cannot be resized manually.
Reported by: | Raymond Wagner | Owned by: | stuartm |
---|---|---|---|
Priority: | minor | Milestone: | 29.2 |
Component: | MythTV - User Interface Library | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
MythUImage::SetArea? inherited from MythUIType does nothing. MythUIImage::SetSize? does work, however it is marked as protected, requiring anything wanting to access it to be marked as a friend. This prevents the screen setup wizard from being able to display a properly sized theme preview image when configuring underscan.
Change History (8)
comment:1 Changed 12 years ago by
Milestone: | 0.27 → 0.28 |
---|---|
Type: | Bug Report - General → Developer Task |
comment:2 Changed 12 years ago by
comment:3 Changed 9 years ago by
Milestone: | 0.28 → 0.29 |
---|
comment:5 Changed 7 years ago by
Milestone: | 29.0 → 29.1 |
---|
comment:6 Changed 7 years ago by
Milestone: | 29.1 → 0.28.2 |
---|
Moving remaining open tickets to 0.28.2 milestone
comment:7 Changed 7 years ago by
Milestone: | 0.28.2 → 29.2 |
---|
Moving remaining open tickets to 29.2 milestone
Note: See
TracTickets for help on using
tickets.
If this is not making it in for 0.27, then the screen setup wizard itself needs to be patched, as it is using the preview image to depict the extents of the configured screen.