This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#4999 - Peakmeter scaling dots does not respect x-offset in peak_meter_draw
Attached to Project:
Rockbox
Opened by Matthias Mohr (aka Massa) (mmohr) - Sunday, 02 April 2006, 19:13 GMT+2
Opened by Matthias Mohr (aka Massa) (mmohr) - Sunday, 02 April 2006, 19:13 GMT+2
|
Detailswhen the function peak_meter_draw will be used with the x-offset > 0,
the scaling dots (which are visible between the left and right peakbar) don't take respect of the given x offset, their offset is always 0. It's not noticeable in the normal CVS usage (because the function will currently always be called with an offset of 0) but it is noticeable e.g. for my peakmeter margins patch ;) |
This task depends upon
Closed by Linus Nielsen Feltzing (linusnielsen)
Monday, 03 April 2006, 10:20 GMT+2
Reason for closing: Accepted
Additional comments about closing: Thanks!
Monday, 03 April 2006, 10:20 GMT+2
Reason for closing: Accepted
Additional comments about closing: Thanks!
other question: could the peakmeter bars be vertical instead of horizontal ?