mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 10:27:44 +01:00
mega commit to remove gtk_object cruft, and much other stuff
git-svn-id: svn://localhost/trunk/ardour2@139 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d6a27c9537
commit
2b49b2433b
30 changed files with 402 additions and 704 deletions
|
|
@ -300,7 +300,7 @@ AutomationTimeAxisView::set_height (TrackHeight h)
|
|||
controls_table.show_all ();
|
||||
|
||||
TimeAxisView::set_height (h);
|
||||
gtk_object_set (GTK_OBJECT(base_rect), "y2", (double) h, NULL);
|
||||
base_rect->property_y2() = h;
|
||||
|
||||
for (vector<AutomationLine*>::iterator i = lines.begin(); i != lines.end(); ++i) {
|
||||
(*i)->set_height (h);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue