mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
dont fill the initial gm rec, since it gets overdrawn by the metrics pixmap anyway
git-svn-id: svn://localhost/ardour2/trunk@2421 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5a4412d091
commit
7423ad46a7
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ GainMeter::meter_metrics_expose (GdkEventExpose *ev)
|
|||
}
|
||||
|
||||
gdk_rectangle_intersect (&ev->area, &base_rect, &draw_rect);
|
||||
win->draw_rectangle (bg_gc, true, draw_rect.x, draw_rect.y, draw_rect.width, draw_rect.height);
|
||||
win->draw_rectangle (bg_gc, false, draw_rect.x, draw_rect.y, draw_rect.width, draw_rect.height);
|
||||
win->draw_drawable (fg_gc, pixmap, draw_rect.x, draw_rect.y, draw_rect.x, draw_rect.y, draw_rect.width, draw_rect.height);
|
||||
|
||||
style_changed = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue