scroll focused music title
This commit is contained in:
parent
9d1b4d3f79
commit
e70ad37245
|
@ -57,6 +57,12 @@ end sub
|
||||||
|
|
||||||
'Display or hide title Visibility on focus change
|
'Display or hide title Visibility on focus change
|
||||||
sub focusChanged()
|
sub focusChanged()
|
||||||
|
if m.top.itemHasFocus = true
|
||||||
|
m.posterText.repeatCount = -1
|
||||||
|
else
|
||||||
|
m.posterText.repeatCount = 0
|
||||||
|
end if
|
||||||
|
|
||||||
if isValid(m.topParent.showItemTitles)
|
if isValid(m.topParent.showItemTitles)
|
||||||
if LCase(m.topParent.showItemTitles) = "showonhover"
|
if LCase(m.topParent.showItemTitles) = "showonhover"
|
||||||
m.posterText.visible = m.top.itemHasFocus
|
m.posterText.visible = m.top.itemHasFocus
|
||||||
|
|
Loading…
Reference in New Issue
Block a user