initialize sync mark/line in Region copied from another region

This commit is contained in:
Paul Davis 2022-02-21 16:13:30 -07:00
parent 20d4a9b935
commit 2eda6d1865

View File

@ -130,6 +130,8 @@ RegionView::RegionView (const RegionView& other)
RegionView::RegionView (const RegionView& other, boost::shared_ptr<Region> other_region)
: sigc::trackable(other)
, TimeAxisViewItem (other)
, sync_mark (0)
, sync_line (0)
, _silence_text (0)
, _xrun_markers_visible (false)
, _cue_markers_visible (false)