summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_tempodisplay.cc
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2008-09-14 11:24:23 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2008-09-14 11:24:23 +0000
commit6685f9c6b71486619515038c21733a173c271f5f (patch)
tree965adb1c4b15528460be8692e5f8aed07fe27b5f /gtk2_ardour/editor_tempodisplay.cc
parentf1ef1b0069d7fb75a4ec0391823b0230dcb2abfe (diff)
Put timeline_group in the correct layer to begin with, fix missing header on new tracks caused by last commit (sorry about that).
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3723 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_tempodisplay.cc')
-rw-r--r--gtk2_ardour/editor_tempodisplay.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/editor_tempodisplay.cc b/gtk2_ardour/editor_tempodisplay.cc
index 1fe680fb04..16fe3b8464 100644
--- a/gtk2_ardour/editor_tempodisplay.cc
+++ b/gtk2_ardour/editor_tempodisplay.cc
@@ -269,10 +269,6 @@ Editor::draw_measures ()
}
}
- /* the cursors are always on top of everything */
-
- //cursor_group->raise_to_top();
- time_line_group->lower_to_bottom();
if (logo_item) {
logo_item->lower_to_bottom ();
}