summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_tempodisplay.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_tempodisplay.cc')
-rw-r--r--gtk2_ardour/editor_tempodisplay.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk2_ardour/editor_tempodisplay.cc b/gtk2_ardour/editor_tempodisplay.cc
index 3d26df3f3a..09133a8823 100644
--- a/gtk2_ardour/editor_tempodisplay.cc
+++ b/gtk2_ardour/editor_tempodisplay.cc
@@ -193,11 +193,12 @@ Editor::draw_measures ()
tempo_lines->draw(*current_bbt_points, frames_per_unit);
marker_tempo_lines->draw(*current_bbt_points, frames_per_unit);
- /* the cursors are always on top of everything */
-
- time_line_group->raise_to_top();
+ /*time_line_group->raise_to_top();
+ time_line_group->lower(1);*/
marker_time_line_group->raise_to_top();
+ //marker_time_line_group->lower(1);
+ /* the cursors are always on top of everything */
cursor_group->raise_to_top();
return;