summaryrefslogtreecommitdiff
path: root/gtk2_ardour/tempo_lines.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-15 10:22:22 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-15 10:22:22 -0500
commitbd6682f2cd00ef130694e28e2907a795415f610d (patch)
treec0bacd6ef2f32c886a966f06e11204af46a79afa /gtk2_ardour/tempo_lines.cc
parent1fd681604e7ee2e98d5bb08704da05abaa8227c3 (diff)
next modifier
Diffstat (limited to 'gtk2_ardour/tempo_lines.cc')
-rw-r--r--gtk2_ardour/tempo_lines.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/tempo_lines.cc b/gtk2_ardour/tempo_lines.cc
index 7f83065c2e..22efb6c370 100644
--- a/gtk2_ardour/tempo_lines.cc
+++ b/gtk2_ardour/tempo_lines.cc
@@ -88,7 +88,7 @@ TempoLines::draw (const ARDOUR::TempoMap::BBTPointList::const_iterator& begin,
if (beat_density > 0.3) {
continue; /* only draw beat lines if the gaps between beats are large. */
}
- color = ARDOUR_UI::config()->color ("measure line beat");
+ color = ARDOUR_UI::config()->color_mod ("measure line beat", "measure line beat");
}
ArdourCanvas::Coord xpos = PublicEditor::instance().sample_to_pixel_unrounded ((*i).frame);