mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
fix call to consolidate image cache to use the information held in the request
This commit is contained in:
parent
9f0012aaaa
commit
3cf8cb3c3e
1 changed files with 2 additions and 2 deletions
|
|
@ -735,8 +735,8 @@ WaveView::cache_request_result (boost::shared_ptr<WaveViewThreadRequest> req) co
|
|||
*/
|
||||
|
||||
images->consolidate_image_cache (_region->audio_source (_channel),
|
||||
_channel, _height, _region_amplitude * _amplitude_above_axis,
|
||||
_fill_color, _samples_per_pixel);
|
||||
req->channel, req->height, req->amplitude,
|
||||
req->fill_color, req->samples_per_pixel);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue