made region export default to use region gain and fades

git-svn-id: svn://localhost/ardour2/branches/3.0@10882 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-12-03 14:02:49 +00:00
parent aecf0e4ae8
commit b985476a12
1 changed files with 4 additions and 0 deletions

View File

@ -453,6 +453,10 @@ RegionExportChannelSelector::RegionExportChannelSelector (ARDOUR::Session * _ses
{
pack_start (vbox);
/* make fades+region gain be the default */
fades_button.set_active ();
raw_button.set_label (string_compose (_("Region contents without fades nor region gain (channels: %1)"), region_chans));
raw_button.signal_toggled ().connect (sigc::mem_fun (*this, &RegionExportChannelSelector::handle_selection));
vbox.pack_start (raw_button);