summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-16 17:59:28 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-16 17:59:28 +0000
commit738b2b85f5a1126adc2ce2f368e1b2066582fa21 (patch)
tree18eb6919be1346279399b533fc58b702cd16136e /gtk2_ardour/editor_ops.cc
parentccc8facdc7651c5ec40d548ec51654d062a11e57 (diff)
Re-add height menu to tracks (#3761).
git-svn-id: svn://localhost/ardour2/branches/3.0@8872 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index ede62d8d9b..59d09093c6 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -6187,7 +6187,7 @@ Editor::set_track_height (Height h)
TrackSelection& ts (selection->tracks);
for (TrackSelection::iterator x = ts.begin(); x != ts.end(); ++x) {
- (*x)->set_height (h);
+ (*x)->set_height_enum (h);
}
}