back to using shift-ctrl for pinch drag. set colours of affected curves.

This commit is contained in:
nick_m 2017-02-27 02:26:08 +11:00 committed by Robin Gareus
parent d06e710402
commit f8a6f8918d
4 changed files with 41 additions and 12 deletions

View file

@ -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);
}