From 28af0265b5867a4ad9bd35e2d98eadd7f1264693 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 26 Aug 2009 00:06:21 +0000 Subject: When a track is in "stacked" mode, allow regions to be moved to different layers by dragging and dropping. In stacked mode, the relayering by "recently added / moved etc. is higher" setting is ignored, and regions are put on the layer that they are dropped to, unless: 1. they are dropped so that they overlap another region on the same layer, in which case they are put on the layer above that one. 2. they are dropped such that they could be put on a lower layer with no audible difference, in which case they are put on the lower layer. git-svn-id: svn://localhost/ardour2/branches/3.0@5590 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/session_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/session_option_editor.cc') diff --git a/gtk2_ardour/session_option_editor.cc b/gtk2_ardour/session_option_editor.cc index cbcb3ecb78..edb596c6cc 100644 --- a/gtk2_ardour/session_option_editor.cc +++ b/gtk2_ardour/session_option_editor.cc @@ -303,7 +303,7 @@ SessionOptionEditor::SessionOptionEditor (Session* s) ComboOption* lm = new ComboOption ( "layer-model", - _("Layering model"), + _("Layering model in overlaid mode"), mem_fun (*_session_config, &SessionConfiguration::get_layer_model), mem_fun (*_session_config, &SessionConfiguration::set_layer_model) ); -- cgit v1.2.3