mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
change the meters into CairoWidget, add expose_area to CairoWidget::render()
Conflicts: libs/gtkmm2ext/cairo_widget.cc libs/gtkmm2ext/fastmeter.cc libs/gtkmm2ext/gtkmm2ext/cairo_widget.h libs/gtkmm2ext/gtkmm2ext/fastmeter.h
This commit is contained in:
parent
dd2ada892a
commit
6da331394b
18 changed files with 64 additions and 48 deletions
|
|
@ -512,7 +512,7 @@ ShuttleControl::use_shuttle_fract (bool force, bool zero_ok)
|
|||
}
|
||||
|
||||
void
|
||||
ShuttleControl::render (cairo_t* cr)
|
||||
ShuttleControl::render (cairo_t* cr, cairo_rectangle_t*)
|
||||
{
|
||||
cairo_text_extents_t extents;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue