13
0

Revert "Change default for region selection after split on Mixbus"

This shouldn't be necessary: Mixbus should probably just have a different
value for the default in their source tree instead.

This (partially) reverts commit 631467f0bb:
I now realise that I accidentally rolled another fix (missing "region-" in
config variable name) in there too: sorry about that.
This commit is contained in:
Colin Fletcher 2014-12-19 20:40:27 +00:00
parent 21f5859981
commit db92d62c95

View File

@ -91,8 +91,7 @@ CONFIG_VARIABLE (bool, region_boundaries_from_selected_tracks, "region-boundarie
CONFIG_VARIABLE (bool, region_boundaries_from_onscreen_tracks, "region-boundaries-from-onscreen_tracks", true)
CONFIG_VARIABLE (bool, autoscroll_editor, "autoscroll-editor", true)
CONFIG_VARIABLE (FadeShape, default_fade_shape, "default-fade-shape", FadeLinear)
CONFIG_VARIABLE (RegionSelectionAfterSplit, region_selection_after_split, "region-selection-after-split",
g_getenv("MIXBUS") ? ExistingNewlyCreatedBoth : None) // we can't use Profile->get_mixbus() here: Profile hasn't been created
CONFIG_VARIABLE (RegionSelectionAfterSplit, region_selection_after_split, "region-selection-after-split", None)
/* monitoring, mute, solo etc */