mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +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;
|
_divide_height = h;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
Ruler::set_divide_colors (Color t, Color b)
|
||||||
|
{
|
||||||
|
_divider_color_bottom = b;
|
||||||
|
_divider_color_top = t;
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
Ruler::set_metric (const Metric& m)
|
Ruler::set_metric (const Metric& m)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue