mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Monitor section - init _output_selector to 0.
This commit is contained in:
parent
7ee9726c89
commit
70338bfbd6
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ MonitorSection::MonitorSection (Session* s)
|
|||
, dim_display (0)
|
||||
, solo_boost_display (0)
|
||||
, solo_cut_display (0)
|
||||
, _output_selector (0)
|
||||
, solo_in_place_button (_("SiP"), ArdourButton::led_default_elements)
|
||||
, afl_button (_("AFL"), ArdourButton::led_default_elements)
|
||||
, pfl_button (_("PFL"), ArdourButton::led_default_elements)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue