Skip to content
Snippets Groups Projects
Commit ff2f6574 authored by moon2's avatar moon2 :speech_balloon:
Browse files

fmt

parent 4ef0b5b2
No related branches found
No related tags found
1 merge request!758Draft: bl00mbox: bugfixes and performance upgrades
Pipeline #13342 failed
...@@ -350,7 +350,9 @@ class AudioMixer(Responder): ...@@ -350,7 +350,9 @@ class AudioMixer(Responder):
shift = 0 shift = 0
else: else:
shift = 7 shift = 7
ctx.rectangle(chan_width / 2 - 16 + shift, bar_bottom - len_bar, 12-shift, len_bar).fill() ctx.rectangle(
chan_width / 2 - 16 + shift, bar_bottom - len_bar, 12 - shift, len_bar
).fill()
# reference notch # reference notch
ctx.move_to(chan_width / 2 - 16 + shift, bar_bottom - len_bar * 5 / 7) ctx.move_to(chan_width / 2 - 16 + shift, bar_bottom - len_bar * 5 / 7)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment