This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10289 - Icons in the playlist viewer are not shown if the filetype icons are set to 'off'
Attached to Project:
Rockbox
Opened by Alexander Levin (fml2) - Sunday, 07 June 2009, 00:44 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 16 December 2009, 09:37 GMT+2
Opened by Alexander Levin (fml2) - Sunday, 07 June 2009, 00:44 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 16 December 2009, 09:37 GMT+2
|
DetailsSet the following settings:
'Show icons' in the theme settings to "No" 'Show icons' in the playlist viewer settings to "Yes" Under this circumstances, I'd expect the marker of the current song in the playlist to be shown. The same for the marker of the moved song (while moving a song in the playlist). But the markers are not shown. Tested with r21166 (not the latest today, but I think there were no code changes in this area) |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Wednesday, 16 December 2009, 09:37 GMT+2
Reason for closing: Fixed
Additional comments about closing: better solution is to move the settings check out into the calling code... r24022.
Wednesday, 16 December 2009, 09:37 GMT+2
Reason for closing: Fixed
Additional comments about closing: better solution is to move the settings check out into the calling code... r24022.
not sure how to fix that in a nice way though, a simple hack in that function could special case for the playlist viewer but, well it's hacky
otherwise we might need to make the callers tell it if icons should be drawn or not...