fix up marker text color

This commit is contained in:
Paul Davis 2013-04-08 19:47:54 -04:00
parent f2f92aaf8c
commit 18048747b6
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ Marker::Marker (PublicEditor& ed, ArdourCanvas::Group& parent, guint32 rgba, con
_name_item = new ArdourCanvas::Text (group);
_name_item->set_font_description (name_font);
_name_item->set_color (0);
_name_item->set_color (RGBA_TO_UINT (0,0,0,255));
#ifdef CANVAS_DEBUG
_name_item->name = string_compose ("Marker::_name_item for %1", annotation);