This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9203 - WPS gets corrupted after changing status bar setting
Attached to Project:
Rockbox
Opened by Bertrik Sikken (bertrik) - Friday, 18 July 2008, 10:55 GMT+2
Last edited by Bertrik Sikken (bertrik) - Monday, 04 August 2008, 19:46 GMT+2
Opened by Bertrik Sikken (bertrik) - Friday, 18 July 2008, 10:55 GMT+2
Last edited by Bertrik Sikken (bertrik) - Monday, 04 August 2008, 19:46 GMT+2
|
DetailsThe WPS gets corrupted when changing the status bar setting. This even happens when changing the status bar setting from yes to no then canceling the setting. The symptom is that the WPS elements seem to be shifted down (by the amount of the height of the status bar?). I've noticed this on sansa c200 and e200.
How to reproduce: * select a theme containing a status bar (e.g. cabbiev2) * go to display settings, status bar, select no but cancel the setting (display flashes briefly, as if a display setting was updated) * go to the WPS ->WPS elements are shifted down |
This task depends upon
Closed by Bertrik Sikken (bertrik)
Monday, 04 August 2008, 19:46 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed as r18192, thanks for the fix.
Monday, 04 August 2008, 19:46 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed as r18192, thanks for the fix.
The good news: Only 1 if statement needs to be changed in the statusbar_toggle_handler() to fix this :-)
<global_settings.statusbar> is already checked at the definition of <draw> and should only effect the viewport settings if no <wps_sb_tag> is defined for the current wps.