mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
remove border around meter gradients, again.
This commit is contained in:
parent
fdbb0ef780
commit
5b6fd190cb
1 changed files with 2 additions and 2 deletions
|
|
@ -338,9 +338,9 @@ FastMeter::vertical_expose (GdkEventExpose* ev)
|
|||
pixrect.height = top_of_meter;
|
||||
pixrect.y = pixheight - top_of_meter;
|
||||
|
||||
background.x = 1;
|
||||
background.x = 0;
|
||||
background.y = 0;
|
||||
background.width = pixrect.width;
|
||||
background.width = pixrect.width + 2;
|
||||
background.height = pixheight - top_of_meter;
|
||||
|
||||
if (gdk_rectangle_intersect (&background, &ev->area, &intersection)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue