mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
9cca13db62
commit
df37327b27
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue