Fix Wreorder

This commit is contained in:
Robin Gareus 2022-03-11 03:30:17 +01:00
parent 320a20cbab
commit d35f33e757
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -80,8 +80,8 @@ AddRouteDialog::AddRouteDialog ()
, strict_io_label (_("Pin Mode:"))
, mode_label (_("Record Mode:"))
, instrument_label (_("Instrument:"))
, last_route_count (1)
, instrument_combo (InstrumentSelector::ForTrackSelector)
, last_route_count (1)
, route_count_set_by_template (false)
, name_edited_by_user (false)
{