Fix formatting
This commit is contained in:
parent
fa78000dbf
commit
686b91ca8f
|
@ -147,16 +147,16 @@ sub toggleFavorite()
|
||||||
end sub
|
end sub
|
||||||
|
|
||||||
sub setHeartColor(color as string)
|
sub setHeartColor(color as string)
|
||||||
TRY
|
try
|
||||||
for i = 0 to 6
|
for i = 0 to 6
|
||||||
node = m.favoriteMenu.getChild(i)
|
node = m.favoriteMenu.getChild(i)
|
||||||
if node <> invalid and node.uri <> invalid and node.uri = "pkg:/images/icons/favorite_selected.png"
|
if node <> invalid and node.uri <> invalid and node.uri = "pkg:/images/icons/favorite_selected.png"
|
||||||
m.favoriteMenu.getChild(i).blendColor = color
|
m.favoriteMenu.getChild(i).blendColor = color
|
||||||
end if
|
end if
|
||||||
end for
|
end for
|
||||||
CATCH e
|
catch e
|
||||||
PRINT e.number,e.message
|
print e.number, e.message
|
||||||
end TRY
|
end try
|
||||||
end sub
|
end sub
|
||||||
|
|
||||||
sub saveFavoriteItemSelected(msg)
|
sub saveFavoriteItemSelected(msg)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user