mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
add missing fill color to ghost regions
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2958 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
91bd62c75a
commit
28e6ad0091
2 changed files with 2 additions and 0 deletions
|
|
@ -1074,6 +1074,7 @@ AudioRegionView::add_ghost (AutomationTimeAxisView& atv)
|
|||
wave->property_samples_per_unit() = samples_per_unit;
|
||||
wave->property_amplitude_above_axis() = _amplitude_above_axis;
|
||||
wave->property_wave_color() = ARDOUR_UI::config()->canvasvar_GhostTrackWave.get();
|
||||
wave->property_fill_color() = ARDOUR_UI::config()->canvasvar_GhostTrackWave.get();
|
||||
wave->property_clip_color() = ARDOUR_UI::config()->canvasvar_GhostTrackWaveClip.get();
|
||||
wave->property_zero_color() = ARDOUR_UI::config()->canvasvar_GhostTrackZeroLine.get();
|
||||
wave->property_region_start() = _region->start();
|
||||
|
|
|
|||
|
|
@ -97,6 +97,7 @@ GhostRegion::set_colors ()
|
|||
|
||||
for (uint32_t n=0; n < waves.size(); ++n) {
|
||||
waves[n]->property_wave_color() = ARDOUR_UI::config()->canvasvar_GhostTrackWave.get();
|
||||
waves[n]->property_fill_color() = ARDOUR_UI::config()->canvasvar_GhostTrackWave.get();
|
||||
|
||||
waves[n]->property_clip_color() = ARDOUR_UI::config()->canvasvar_GhostTrackWaveClip.get();
|
||||
waves[n]->property_zero_color() = ARDOUR_UI::config()->canvasvar_GhostTrackZeroLine.get();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue