mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
add missing API
This commit is contained in:
parent
cce728a803
commit
5fe8a7321f
1 changed files with 7 additions and 0 deletions
|
|
@ -208,6 +208,13 @@ Ruler::set_divide_height (double h)
|
|||
_divide_height = h;
|
||||
}
|
||||
|
||||
void
|
||||
Ruler::set_divide_colors (Color t, Color b)
|
||||
{
|
||||
_divider_color_bottom = b;
|
||||
_divider_color_top = t;
|
||||
}
|
||||
|
||||
void
|
||||
Ruler::set_metric (const Metric& m)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue