summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.cc
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2006-07-11 20:43:39 +0000
committerSampo Savolainen <v2@iki.fi>2006-07-11 20:43:39 +0000
commitf0484eee892027e50c2132efbaddbf974147345d (patch)
treeca24b21aeca7d4e5b3617c97a207386c9c2c21e1 /gtk2_ardour/time_axis_view.cc
parentf535b0f4913a9c0b31ca3b21bd717c367676ebfc (diff)
Make it possible to edit multiple pan automation lines
git-svn-id: svn://localhost/ardour2/trunk@679 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_axis_view.cc')
-rw-r--r--gtk2_ardour/time_axis_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc
index 1f0b638037..f3f96e4065 100644
--- a/gtk2_ardour/time_axis_view.cc
+++ b/gtk2_ardour/time_axis_view.cc
@@ -882,7 +882,7 @@ TimeAxisView::reset_height()
set_height_pixels (height);
for (vector<TimeAxisView*>::iterator i = children.begin(); i != children.end(); ++i) {
- (*i)->set_height ((TrackHeight)(*i)->height);
+ (*i)->set_height_pixels ((TrackHeight)(*i)->height);
}
}