summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker.cc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2008-02-24 19:13:09 +0000
committerDoug McLain <doug@nostar.net>2008-02-24 19:13:09 +0000
commit2f18e339cdffadbc5a37db39207dc1f7be7cb8ac (patch)
tree6d60e33620b1d87198ac6919a8ca4d1262b9d2a4 /gtk2_ardour/marker.cc
parent6299560116cb1e024f214f4928aa88605a5cddff (diff)
Fixes for canvas and gain meter text not being scaled on startup
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3119 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/marker.cc')
-rw-r--r--gtk2_ardour/marker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/marker.cc b/gtk2_ardour/marker.cc
index e35a2d7735..edf05cf6ec 100644
--- a/gtk2_ardour/marker.cc
+++ b/gtk2_ardour/marker.cc
@@ -243,7 +243,7 @@ Marker::Marker (PublicEditor& ed, ArdourCanvas::Group& parent, guint32 rgba, con
mark->property_outline_color_rgba() = rgba;
mark->property_width_pixels() = 1;
Pango::FontDescription* font = get_font_for_style (N_("MarkerText"));
-
+
text = new Text (*group);
text->property_text() = annotation.c_str();
text->property_font_desc() = *font;