-
gudy committed patchset 1653 of module website to the Azureus CVS repository, changing 1 files.
05:30AM UTC on Jun 20 2009 in Azureus
-
gudy committed patchset 1652 of module website to the Azureus CVS repository, changing 1 files.
05:30AM UTC on Jun 20 2009 in Azureus
-
gudy committed patchset 1651 of module website to the Azureus CVS repository, changing 1 files.
05:26AM UTC on Jun 20 2009 in Azureus
-
gudy committed patchset 1650 of module website to the Azureus CVS repository, changing 1 files.
05:26AM UTC on Jun 20 2009 in Azureus
-
gudy committed patchset 1649 of module website to the Azureus CVS repository, changing 1 files.
05:21AM UTC on Jun 20 2009 in Azureus
-
gudy committed patchset 1648 of module website to the Azureus CVS repository, changing 1 files.
05:21AM UTC on Jun 20 2009 in Azureus
-
gudy committed patchset 1647 of module website to the Azureus CVS repository, changing 1 files.
05:19AM UTC on Jun 20 2009 in Azureus
-
gudy committed patchset 1645 of module website to the Azureus CVS repository, changing 1 files.
04:40AM UTC on Jun 20 2009 in Azureus
-
gudy committed patchset 1644 of module website to the Azureus CVS repository, changing 1 files.
04:40AM UTC on Jun 20 2009 in Azureus
-
If you move the mouse before or past the seek scrubber bar control, the tooltip shows negative time or time past the content duration.
The following code fixes the problem
internal void OnScrubberBarMouseOver(object sender, ScrubberBarValueChangeArgs e) {
if (!scrubberBar.IsEnabled || AdMode) return;
Point pt = e.MouseArgs.GetPosition(this);
//Fix for times outside...
07:07PM UTC on Jun 18 2009 in Open Video Player