mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Switched to use libgnomecanvas (not the C++ one).
git-svn-id: svn://localhost/trunk/ardour2@30 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d38e2213d7
commit
14d43ca9fe
90 changed files with 1915 additions and 1926 deletions
|
|
@ -53,8 +53,8 @@ AutomationTimeAxisView::AutomationTimeAxisView (Session& s, Route& r, PublicEdit
|
|||
auto_play_item = 0;
|
||||
ignore_state_request = false;
|
||||
|
||||
base_rect = gtk_canvas_item_new (GTK_CANVAS_GROUP(canvas_display),
|
||||
gtk_canvas_simplerect_get_type(),
|
||||
base_rect = gnome_canvas_item_new (GNOME_CANVAS_GROUP(canvas_display),
|
||||
gnome_canvas_simplerect_get_type(),
|
||||
"x1", 0.0,
|
||||
"y1", 0.0,
|
||||
"x2", 1000000.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue