mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
change the meters into CairoWidget, add expose_area to CairoWidget::render()
This commit is contained in:
parent
9df3157dfc
commit
ab44e41dfd
18 changed files with 53 additions and 56 deletions
|
|
@ -282,7 +282,7 @@ AudioClock::set_colors ()
|
|||
}
|
||||
|
||||
void
|
||||
AudioClock::render (cairo_t* cr)
|
||||
AudioClock::render (cairo_t* cr, cairo_rectangle_t*)
|
||||
{
|
||||
/* main layout: rounded rect, plus the text */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue