Copy local state in AudioRegionView copy constructor. Fixes #4047.
git-svn-id: svn://localhost/ardour2/branches/3.0@9533 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0fa76ceb20
commit
23f2f8f546
@ -105,8 +105,8 @@ AudioRegionView::AudioRegionView (const AudioRegionView& other, boost::shared_pt
|
||||
, fade_out_handle(0)
|
||||
, fade_position_line(0)
|
||||
, gain_line(0)
|
||||
, _amplitude_above_axis(1.0)
|
||||
, _flags(0)
|
||||
, _amplitude_above_axis (other._amplitude_above_axis)
|
||||
, _flags (other._flags)
|
||||
, fade_color(0)
|
||||
{
|
||||
Gdk::Color c;
|
||||
|
Loading…
Reference in New Issue
Block a user