From b9c94f6dbf7c2385d295be9109f99664c84e28ff Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 17 Apr 2013 10:56:04 -0400 Subject: 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 --- gtk2_ardour/region_view.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk2_ardour/region_view.cc') diff --git a/gtk2_ardour/region_view.cc b/gtk2_ardour/region_view.cc index 2d3221da26..37ddb45917 100644 --- a/gtk2_ardour/region_view.cc +++ b/gtk2_ardour/region_view.cc @@ -636,7 +636,6 @@ RegionView::region_sync_changed () sync_line = new ArdourCanvas::Line (group); sync_line->set_outline_color (RGBA_TO_UINT(0,255,0,255)); // FIXME make a themeable colour - sync_line->set_outline_width (1); } /* this has to handle both a genuine change of position, a change of samples_per_pixel -- cgit v1.2.3