summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_regions.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-10-22 16:46:44 -0500
committerBen Loftis <ben@harrisonconsoles.com>2019-08-01 12:11:31 -0500
commit71c2ed81603e6ed3231316df57161f4077c0a2c1 (patch)
treedf1b8dbc4cc03fc0995cba742431d14b272bd4e2 /gtk2_ardour/editor_regions.h
parentc12a0177287d8a590aad51979055cbc5561cf31e (diff)
(Source List) Source list, Region List: Resolve various action+behaviors between the 2 lists.
Duplicate the remove_unsued_region action in the Session->Cleanup menu, for discoverability. Region list should use the same Region actions as the canvas... OK, now resolve the change in use-cases of Region List and Source List. tentative. Rough-in remove_selected_sources (Delete in Sources list). Column tweaks.
Diffstat (limited to 'gtk2_ardour/editor_regions.h')
-rw-r--r--gtk2_ardour/editor_regions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_regions.h b/gtk2_ardour/editor_regions.h
index 3f9c756448..c6a71641f3 100644
--- a/gtk2_ardour/editor_regions.h
+++ b/gtk2_ardour/editor_regions.h
@@ -78,8 +78,8 @@ private:
add (name);
add (tags);
add (start);
- add (end);
add (length);
+ add (end);
add (sync);
add (fadein);
add (fadeout);