mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
fix typo
This commit is contained in:
parent
3beadec936
commit
c6d5b2ce6d
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ VideoImageFrame::~VideoImageFrame ()
|
|||
void
|
||||
VideoImageFrame::set_position (framepos_t sample)
|
||||
{
|
||||
double new_unit_position = editor.sample_to_pixel (frame);
|
||||
double new_unit_position = editor.sample_to_pixel (sample);
|
||||
image->move (ArdourCanvas::Duple (new_unit_position - unit_position, 0.0));
|
||||
sample_position = sample;
|
||||
unit_position = new_unit_position;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue