mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Pixel hunt cairo-packer (status-bar, selection-clock border)
This commit is contained in:
parent
39903a0023
commit
6015481377
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ CairoPacker::draw_background (Gtk::Widget& w, GdkEventExpose*)
|
|||
Gdk::Color bg = get_bg ();
|
||||
|
||||
context->set_source_rgba (bg.get_red_p(), bg.get_green_p(), bg.get_blue_p(), 1.0);
|
||||
Gtkmm2ext::rounded_rectangle (context, x, y, w.get_allocation().get_width(), w.get_allocation().get_height(), 4);
|
||||
Gtkmm2ext::rounded_rectangle (context, x + 1, y + 1, w.get_allocation().get_width() - 2, w.get_allocation().get_height() - 2, 4);
|
||||
context->fill ();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue