summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-17 10:56:04 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-17 10:56:04 -0400
commitb9c94f6dbf7c2385d295be9109f99664c84e28ff (patch)
treee524ca205d9d54ee706dd78016120ca440619d9b /gtk2_ardour/marker.cc
parentd1a05240efc9816b4358cdeab458a54048abf9be (diff)
remove all calls to Outline::set_outline_width (1) because this is "wrong" when using Cairo - the default is 0.5 and it can remain that way
Diffstat (limited to 'gtk2_ardour/marker.cc')
-rw-r--r--gtk2_ardour/marker.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/marker.cc b/gtk2_ardour/marker.cc
index e45cf0fb2a..5afc59a8b4 100644
--- a/gtk2_ardour/marker.cc
+++ b/gtk2_ardour/marker.cc
@@ -248,7 +248,6 @@ Marker::Marker (PublicEditor& ed, ArdourCanvas::Group& parent, guint32 rgba, con
#ifdef CANVAS_DEBUG
_name_background->name = string_compose ("Marker::_name_background for %1", annotation);
#endif
- _name_background->set_outline_width (1);
/* adjust to properly locate the tip */
@@ -258,7 +257,6 @@ Marker::Marker (PublicEditor& ed, ArdourCanvas::Group& parent, guint32 rgba, con
#endif
mark->set (*points);
set_color_rgba (rgba);
- mark->set_outline_width (1);
/* setup name pixbuf sizes */
name_font = get_font_for_style (N_("MarkerText"));