From 05905d3ec83cf0b780f19dce058288b3a423e336 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 20 Apr 2013 16:11:01 -0400 Subject: thicken up playhead line (again?) --- gtk2_ardour/editor_cursors.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/editor_cursors.cc b/gtk2_ardour/editor_cursors.cc index 59b81b2b48..035b6c82ed 100644 --- a/gtk2_ardour/editor_cursors.cc +++ b/gtk2_ardour/editor_cursors.cc @@ -45,9 +45,11 @@ EditorCursor::EditorCursor (Editor& ed, bool (Editor::*callbck)(GdkEvent*,Ardour _time_bars_canvas_item.set_head_width (0, 16); _time_bars_canvas_item.set_head_outward (0, false); _time_bars_canvas_item.set_show_head (1, false); // head only + _time_bars_canvas_item.set_outline_width (2.0); _time_bars_canvas_item.set_data ("cursor", this); _track_canvas_item.set_data ("cursor", this); + _track_canvas_item.set_outline_width (2.0); _time_bars_canvas_item.Event.connect (sigc::bind (sigc::mem_fun (ed, callbck), &_time_bars_canvas_item)); _track_canvas_item.Event.connect (sigc::bind (sigc::mem_fun (ed, callbck), &_track_canvas_item)); -- cgit v1.2.3