summaryrefslogtreecommitdiff
path: root/gtk2_ardour/tempo_curve.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2017-02-27 02:26:08 +1100
committerRobin Gareus <robin@gareus.org>2017-02-27 20:16:10 +0100
commitf8a6f8918d0b7f719748bc26e4abf5d2c25174db (patch)
treed7b13bb0659ce3148ceb699dfe818863b6beec70 /gtk2_ardour/tempo_curve.cc
parentd06e7104026140f5921f03d640afec80f84f1e7d (diff)
back to using shift-ctrl for pinch drag. set colours of affected curves.
Diffstat (limited to 'gtk2_ardour/tempo_curve.cc')
-rw-r--r--gtk2_ardour/tempo_curve.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/tempo_curve.cc b/gtk2_ardour/tempo_curve.cc
index eb187139db..c43e91c9ac 100644
--- a/gtk2_ardour/tempo_curve.cc
+++ b/gtk2_ardour/tempo_curve.cc
@@ -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);
}