mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 16:37:44 +01:00
fix missing events on range bar (c/o Dominic Sacre)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3247 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3ff4a8581f
commit
73bb86c3d9
1 changed files with 2 additions and 1 deletions
|
|
@ -205,7 +205,8 @@ Editor::initialize_canvas ()
|
|||
|
||||
range_bar_drag_rect = new ArdourCanvas::SimpleRect (*range_marker_group, 0.0, 0.0, max_canvas_coordinate, timebar_height-1.0);
|
||||
range_bar_drag_rect->property_outline_pixels() = 0;
|
||||
|
||||
range_bar_drag_rect->hide ();
|
||||
|
||||
transport_bar_drag_rect = new ArdourCanvas::SimpleRect (*transport_marker_group, 0.0, 0.0, max_canvas_coordinate, timebar_height-1.0);
|
||||
transport_bar_drag_rect->property_outline_pixels() = 0;
|
||||
transport_bar_drag_rect->hide ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue