13
0

Make route group editor list reorderable (part of #3918).

git-svn-id: svn://localhost/ardour2/branches/3.0@9250 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-03-31 23:56:38 +00:00
parent 9cca13db62
commit df37327b27

View File

@ -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);