mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
(hopefully) less ambiguous wording of processed stem exports. Update the info text when checkbox state is changed
This commit is contained in:
parent
2e8e23fac3
commit
3cbd73de49
2 changed files with 13 additions and 6 deletions
|
|
@ -263,15 +263,15 @@ class TrackExportChannelSelector : public ExportChannelSelector
|
|||
Gtk::ScrolledWindow track_scroller;
|
||||
|
||||
Gtk::HBox options_box;
|
||||
Gtk::RadioButton::Group source_group;
|
||||
Gtk::RadioButton region_contents_button;
|
||||
Gtk::RadioButton track_output_button;
|
||||
Gtk::CheckButton track_output_button;
|
||||
Gtk::Button select_tracks_button;
|
||||
Gtk::Button select_busses_button;
|
||||
Gtk::Button select_none_button;
|
||||
void select_tracks ();
|
||||
void select_busses ();
|
||||
void select_none ();
|
||||
|
||||
void track_outputs_selected ();
|
||||
};
|
||||
|
||||
#endif /* __export_channel_selector_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue