summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2014-12-19 20:40:27 +0000
committerColin Fletcher <colin.m.fletcher@googlemail.com>2014-12-19 21:16:02 +0000
commitdb92d62c95773d78282e752df7589cc6b8b721c3 (patch)
tree37d1e6d94f29fc2412f8d638525e6ed3283dde8b
parent21f5859981665b9dd02c25cd183ae0b4896e9b37 (diff)
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 631467f0bb2a2756c4216738ded804663b44a2a1: I now realise that I accidentally rolled another fix (missing "region-" in config variable name) in there too: sorry about that.
-rw-r--r--libs/ardour/ardour/rc_configuration_vars.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h
index 2a6ac9cba6..9eee1ec916 100644
--- a/libs/ardour/ardour/rc_configuration_vars.h
+++ b/libs/ardour/ardour/rc_configuration_vars.h
@@ -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 */