mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 13:16:27 +01:00
remove hard-coded colors
This commit is contained in:
parent
5617432962
commit
a7a75f105a
1 changed files with 0 additions and 2 deletions
|
|
@ -40,8 +40,6 @@ Ruler::Ruler (Group *p, const Metric& m)
|
|||
, _upper (0)
|
||||
, _need_marks (true)
|
||||
{
|
||||
_fill_color = rgba_to_color (0, 0, 0, 1.0);
|
||||
_outline_color = rgba_to_color (1.0, 1.0, 1.0, 1.0);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue