This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7310 - Convert vu_meter to use the new menu api, with problems :-(
Attached to Project:
Rockbox
Opened by Nils Wallménius (nls) - Thursday, 14 June 2007, 20:54 GMT+2
Last edited by Nils Wallménius (nls) - Thursday, 14 June 2007, 21:46 GMT+2
Opened by Nils Wallménius (nls) - Thursday, 14 June 2007, 20:54 GMT+2
Last edited by Nils Wallménius (nls) - Thursday, 14 June 2007, 21:46 GMT+2
|
DetailsThis patch replaces the custom menu in the vu_meter plugin with one using the new menu api.
This fixes two issues: * up/down buttons were reversed * fg/bg colours were inversed instead of reversed It also makes the menu more visually appealing with icons and using the user font. It all works beautifully on my player (H320) but when I change the meter type option in the simulator I get a segfault in settings.c line 424 This simulator is built with gcc 4.1.2 for AMD64 on ubuntu 7.04 It would probably be helpful if someone could try a 32 bit sim... |
This task depends upon
Closed by Nils Wallménius (nls)
Thursday, 14 June 2007, 21:46 GMT+2
Reason for closing: Accepted
Additional comments about closing: close this as it's not a problem with the patch...
Thursday, 14 June 2007, 21:46 GMT+2
Reason for closing: Accepted
Additional comments about closing: close this as it's not a problem with the patch...
hmm, I get the same segfault if I try to change the settings in the clock plugin...