mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
fix display of selection end point and duration (again!)
This commit is contained in:
parent
cb2f08f50c
commit
425f84493b
1 changed files with 2 additions and 2 deletions
|
|
@ -242,8 +242,8 @@ TimeInfoBox::region_selection_changed ()
|
|||
selection_end->set_off (false);
|
||||
selection_length->set_off (false);
|
||||
selection_start->set (s);
|
||||
selection_end->set (e.decrement());
|
||||
selection_length->set_duration (s.distance (e), true);
|
||||
selection_end->set (e);
|
||||
selection_length->set_duration (s.distance (e).increment(), true);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue