mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
use explicit timepos_t() for region start property in property lists (gui edition)
This commit is contained in:
parent
94afcba111
commit
b451a50b95
5 changed files with 9 additions and 6 deletions
|
|
@ -233,7 +233,7 @@ AudioStreamView::setup_rec_box ()
|
|||
PropertyList plist;
|
||||
|
||||
plist.add (Properties::start, start);
|
||||
plist.add (Properties::length, 1);
|
||||
plist.add (Properties::length, timepos_t (1));
|
||||
plist.add (Properties::name, string());
|
||||
plist.add (Properties::layer, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue