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.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/region_view.cc b/gtk2_ardour/region_view.cc
index fb715559a1..fa9ec5969b 100644
--- a/gtk2_ardour/region_view.cc
+++ b/gtk2_ardour/region_view.cc
@@ -123,6 +123,8 @@ RegionView::init (Gdk::Color& basic_color, bool wfd)
wait_for_data = wfd;
sync_mark = 0;
sync_line = 0;
+ sync_mark = 0;
+ sync_line = 0;
compute_colors (basic_color);
@@ -132,8 +134,6 @@ RegionView::init (Gdk::Color& basic_color, bool wfd)
name_text->set_data ("regionview", this);
}
- //reset_width_dependent_items ((double) _region->length() / samples_per_unit);
-
if (wfd)
_enable_display = true;
@@ -385,8 +385,8 @@ RegionView::fake_set_opaque (bool yn)
} else {
fill_opacity = 60;
}
-
- TimeAxisViewItem::set_frame_color ();
+
+ set_frame_color ();
}
void
@@ -500,7 +500,7 @@ RegionView::region_sync_changed ()
points.clear ();
points.push_back (Gnome::Art::Point (offset, 0));
- points.push_back (Gnome::Art::Point (offset, _height - NAME_HIGHLIGHT_SIZE));
+ points.push_back (Gnome::Art::Point (offset, trackview.height - NAME_HIGHLIGHT_SIZE));
sync_line->property_points().set_value (points);
sync_line->show ();