mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
prepare meter-widget for dual background color
This commit is contained in:
parent
b84e1a50a3
commit
03a510c3d7
3 changed files with 75 additions and 18 deletions
|
|
@ -254,6 +254,7 @@ LevelMeter::setup_meters (int len, int initial_width, int thin_width)
|
|||
c[5], c[6], c[7], c[8], c[9],
|
||||
ARDOUR_UI::config()->canvasvar_MeterBackgroundBot.get(),
|
||||
ARDOUR_UI::config()->canvasvar_MeterBackgroundTop.get(),
|
||||
0x991122ff, 0x551111ff,
|
||||
stp[0], stp[1], stp[2], stp[3]
|
||||
);
|
||||
meters[n].width = width;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue