summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-03-31 23:56:38 +0000
committerCarl Hetherington <carl@carlh.net>2011-03-31 23:56:38 +0000
commitdf37327b278161653c36da792660feb808f5be24 (patch)
treeb11c35849c9feafea488647e0aa4a2fb7fd69b2a /gtk2_ardour/editor_route_groups.cc
parent9cca13db62f3e1f6b3bd40ad5615d0343e96082d (diff)
Make route group editor list reorderable (part of #3918).
git-svn-id: svn://localhost/ardour2/branches/3.0@9250 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_route_groups.cc')
-rw-r--r--gtk2_ardour/editor_route_groups.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_route_groups.cc b/gtk2_ardour/editor_route_groups.cc
index 40347d68a0..9ee0b503fc 100644
--- a/gtk2_ardour/editor_route_groups.cc
+++ b/gtk2_ardour/editor_route_groups.cc
@@ -130,7 +130,7 @@ EditorRouteGroups::EditorRouteGroups (Editor* e)
_display.set_name ("EditGroupList");
_display.get_selection()->set_mode (SELECTION_SINGLE);
_display.set_headers_visible (true);
- _display.set_reorderable (false);
+ _display.set_reorderable (true);
_display.set_rules_hint (true);
_display.set_size_request (75, -1);