- March 26, 2007
- 3,715
- 180
- Home Country
- Germany
GUIVideoTitle.cs line 533-536 is redundant because label Layout is already in a Focus state (this cause label View also look as focus):
if (itemCount == 0)
{
btnViews.Focus = true;
}
http://mantis.team-mediaportal.com/view.php?id=3151
Open the issue in Mantis...
if (itemCount == 0)
{
btnViews.Focus = true;
}
http://mantis.team-mediaportal.com/view.php?id=3151
Open the issue in Mantis...