Opened 13 years ago
Closed 13 years ago
#2216 closed defect (fixed)
Slide Show, next, flashes the larger image
Reported by: | ghunt | Owned by: | ghunt |
---|---|---|---|
Priority: | High | Milestone: | Unspecified |
Component: | XoPhoto | Version: | 0.82.x |
Severity: | Major | Keywords: | |
Cc: | Distribution/OS: | OLPC | |
Bug Status: | Resolved |
Description
On Build 802, but not build 850, on the output tab, clicking on next slide causes the larger image to flash on the screen, but then it is immediately over written by the thumbnail page
Change History (3)
comment:1 Changed 13 years ago by ghunt
- Severity changed from Unspecified to Major
comment:2 Changed 13 years ago by ghunt
- Priority changed from Unspecified by Maintainer to High
- Status changed from new to accepted
comment:3 Changed 13 years ago by ghunt
- Bug Status changed from Assigned to Resolved
- Resolution set to fixed
- Status changed from accepted to closed
Fixed in version 8
Note: See
TracTickets for help on using
tickets.
This problem showed up as an unintended consequence of trying to repaint the screen after a sugar frame invocation. It took me some head scratching, and trial and error to connect_after on the toolbar. Because the slideshow icons are on the toolbar, there appears to be a "expose-event" occurring.
I need a flag which specifies which screeen to repaint. It should be an easy fix.