mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
fix meter gradient y-axis only
This commit is contained in:
parent
f4557194ab
commit
d4b1941796
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ FastMeter::generate_meter_pattern (
|
||||||
guint8 r,g,b,a;
|
guint8 r,g,b,a;
|
||||||
int knee;
|
int knee;
|
||||||
|
|
||||||
cairo_pattern_t* pat = cairo_pattern_create_linear (0.0, 0.0, width, height);
|
cairo_pattern_t* pat = cairo_pattern_create_linear (0.0, 0.0, 0.0, height);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Cairo coordinate space goes downwards as y value goes up, so invert
|
Cairo coordinate space goes downwards as y value goes up, so invert
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue