13
0

No-op; very minor cleanup.

git-svn-id: svn://localhost/ardour2/branches/3.0@8620 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-01-30 13:05:45 +00:00
parent 5de741c4ab
commit 932b031a2e

View File

@ -43,7 +43,7 @@ CanvasFlag::set_text(const string& a_text)
{
delete_allocated_objects();
_text = new Text (*this, 0.0, 0.0, std::string(a_text));
_text = new Text (*this, 0.0, 0.0, a_text);
_text->property_justification() = Gtk::JUSTIFY_CENTER;
_text->property_fill_color_rgba() = _outline_color_rgba;
double flagwidth = _text->property_text_width() + 10.0;