From e9b83e0f1d8ceb521853197f5ed1ef85079dddd7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 26 Feb 2023 12:29:15 -0700 Subject: [PATCH] it's only debug info but let's get it right --- gtk2_ardour/editor_canvas.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/editor_canvas.cc b/gtk2_ardour/editor_canvas.cc index 682af077c2..fb58417740 100644 --- a/gtk2_ardour/editor_canvas.cc +++ b/gtk2_ardour/editor_canvas.cc @@ -177,13 +177,13 @@ Editor::initialize_canvas () meter_bar->set_outline(false); tempo_bar = new ArdourCanvas::Rectangle (tempo_group, ArdourCanvas::Rect (0.0, 0.0, ArdourCanvas::COORD_MAX, timebar_height)); - CANVAS_DEBUG_NAME (tempo_bar, "Tempo Bar"); + CANVAS_DEBUG_NAME (tempo_bar, "Tempo Bar"); tempo_bar->set_fill(true); tempo_bar->set_outline(false); tempo_bar->set_outline_what(ArdourCanvas::Rectangle::BOTTOM); mapping_bar = new ArdourCanvas::Rectangle (mapping_group, ArdourCanvas::Rect (0.0, 0.0, ArdourCanvas::COORD_MAX, timebar_height)); - CANVAS_DEBUG_NAME (tempo_bar, "Tempo Bar"); + CANVAS_DEBUG_NAME (mapping_bar, "Mapping Bar"); mapping_bar->set_fill(true); mapping_bar->set_outline(false); mapping_bar->set_outline_what(ArdourCanvas::Rectangle::BOTTOM);