mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Clean up library inheritance (colors.h, utils.h)
make libwidget independent of libcanvas. Confine basics to pbd and gtkmm2ext.
This commit is contained in:
parent
1f5ebc5485
commit
601c317d70
86 changed files with 442 additions and 472 deletions
|
|
@ -250,7 +250,7 @@ AutomationLine::set_line_color (uint32_t color)
|
|||
_line_color = color;
|
||||
line->set_outline_color (color);
|
||||
|
||||
ArdourCanvas::SVAModifier mod = UIConfiguration::instance().modifier ("automation line fill");
|
||||
Gtkmm2ext::SVAModifier mod = UIConfiguration::instance().modifier ("automation line fill");
|
||||
|
||||
line->set_fill_color ((color & 0xffffff00) + mod.a()*255);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue