summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.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/editor_cursors.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/editor_cursors.cc')
-rw-r--r--gtk2_ardour/editor_cursors.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/editor_cursors.cc b/gtk2_ardour/editor_cursors.cc
index b012b97fe9..a1e1726747 100644
--- a/gtk2_ardour/editor_cursors.cc
+++ b/gtk2_ardour/editor_cursors.cc
@@ -40,9 +40,6 @@ EditorCursor::EditorCursor (Editor& ed, bool (Editor::*callbck)(GdkEvent*,Ardour
CANVAS_DEBUG_NAME ((&_time_bars_canvas_item), "timebars editor cursor");
CANVAS_DEBUG_NAME ((&_track_canvas_item), "track canvas editor cursor");
- _time_bars_canvas_item.set_outline_width (1);
- _track_canvas_item.set_outline_width (1);
-
_time_bars_canvas_item.set_show_head (0, true);
_time_bars_canvas_item.set_head_height (0, 9);
_time_bars_canvas_item.set_head_width (0, 16);