use explicit timepos_t() for region start property in property lists (gui edition)

This commit is contained in:
Paul Davis 2020-12-18 13:01:53 -07:00
parent 94afcba111
commit b451a50b95
5 changed files with 9 additions and 6 deletions

View file

@ -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);