summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/region_view.cc')
-rw-r--r--gtk2_ardour/region_view.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/region_view.cc b/gtk2_ardour/region_view.cc
index a7d6c04e71..ec6d0dcefc 100644
--- a/gtk2_ardour/region_view.cc
+++ b/gtk2_ardour/region_view.cc
@@ -585,6 +585,8 @@ RegionView::get_fill_color ()
void
RegionView::set_height (double h)
{
+ TimeAxisViewItem::set_height(h);
+
if (sync_line) {
Points points;
int sync_dir;
@@ -597,3 +599,4 @@ RegionView::set_height (double h)
sync_line->property_points().set_value (points);
}
}
+