mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
back to using shift-ctrl for pinch drag. set colours of affected curves.
This commit is contained in:
parent
d06e710402
commit
f8a6f8918d
4 changed files with 41 additions and 12 deletions
|
|
@ -175,7 +175,7 @@ void
|
|||
TempoCurve::set_color_rgba (uint32_t c)
|
||||
{
|
||||
_color = c;
|
||||
_curve->set_fill_color (UIConfiguration::instance().color_mod (c, "selection rect"));
|
||||
_curve->set_fill_color (UIConfiguration::instance().color_mod (_color, "selection rect"));
|
||||
_curve->set_outline_color (_color);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue