Opened 20 years ago
Closed 20 years ago
#872 closed defect (fixed)
MythGallery: Image displacement in slideshow
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythgallery | Version: | |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Diferent round methods produces a one pixel jump after transition on first SingleView::paintEvent.
screenwidth/2-m_pixmap->width()/2 should be (screenwidth-m_pixmap->width())/2
as it is in createEffectPix()
patch attached
Attachments (1)
Change History (2)
by , 20 years ago
Attachment: | singleview.diff added |
---|
comment:1 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8535]) Close #872 by applying patch (image displacement in slideshow).