mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix up marker text color
This commit is contained in:
parent
f2f92aaf8c
commit
18048747b6
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ Marker::Marker (PublicEditor& ed, ArdourCanvas::Group& parent, guint32 rgba, con
|
||||||
|
|
||||||
_name_item = new ArdourCanvas::Text (group);
|
_name_item = new ArdourCanvas::Text (group);
|
||||||
_name_item->set_font_description (name_font);
|
_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
|
#ifdef CANVAS_DEBUG
|
||||||
_name_item->name = string_compose ("Marker::_name_item for %1", annotation);
|
_name_item->name = string_compose ("Marker::_name_item for %1", annotation);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue