summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_tempodisplay.cc
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2005-10-28 22:19:45 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2005-10-28 22:19:45 +0000
commit0e2de804f23bd6eb06df9790e77c3364cc5f441f (patch)
tree3992f3bf0384c16b8c7f02bf3425d77b1765f1e2 /gtk2_ardour/editor_tempodisplay.cc
parentdf065d141457f6550493199d6653374fde354e4a (diff)
mostly editor.cc & editor_mouse.cc for Gdk::Cursor, Gnome::Canvas::Item
git-svn-id: svn://localhost/trunk/ardour2@73 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_tempodisplay.cc')
-rw-r--r--gtk2_ardour/editor_tempodisplay.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_tempodisplay.cc b/gtk2_ardour/editor_tempodisplay.cc
index dd46250548..0beea96463 100644
--- a/gtk2_ardour/editor_tempodisplay.cc
+++ b/gtk2_ardour/editor_tempodisplay.cc
@@ -236,8 +236,8 @@ Editor::draw_measures ()
/* the cursors are always on top of everything */
- gnome_canvas_item_raise_to_top (cursor_group);
- gnome_canvas_item_lower_to_bottom (time_line_group);
+ cursor_group->raise_to_top();
+ time_line_group->lower_to_bottom();
}
void