mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
add missing API
This commit is contained in:
parent
4cf402bdcf
commit
065c6d813e
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