Opened 18 years ago

Closed 18 years ago

#872 closed defect (fixed)

MythGallery: Image displacement in slideshow

Reported by: mythtv@… 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)

singleview.diff (678 bytes) - added by anonymous 18 years ago.

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by anonymous

Attachment: singleview.diff added

comment:1 Changed 18 years ago by Isaac Richards

Resolution: fixed
Status: newclosed

(In [8535]) Close #872 by applying patch (image displacement in slideshow).

Note: See TracTickets for help on using tickets.