Ticket #1159 (closed defect: fixed)
Opening a video when a video is already open does not work correctly
| Reported by: | Plorkyeran | Owned by: | Plorkyeran |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1.9 |
| Component: | Interface | Version: | 2.1.8 |
| Severity: | minor | Keywords: | |
| Cc: | Platform: | All | |
| Sub Component: |
Description
Opening a video without closing a currently open video fails to update some parts of the UI, such as the video slider. Hiding then showing the video fixes this, so there's probably just something not being refreshed which should be.
Change History
Note: See
TracTickets for help on using
tickets.

(In [4101]) Make VideoContext::SetVideo explicitly call VideoContext::UpdateDisplays rather than relying on the calling code restoring it to a consistent state. Updates #1159.