mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
initialize sync mark/line in Region copied from another region
This commit is contained in:
parent
20d4a9b935
commit
2eda6d1865
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue