mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Lua: allow to build SelectionLists
This partially reverts 4538bcc7 to allow Editor:set_selection()
This commit is contained in:
parent
96f55e8184
commit
85f8387f54
1 changed files with 1 additions and 1 deletions
|
|
@ -823,7 +823,7 @@ LuaInstance::register_classes (lua_State* L)
|
|||
.endClass ()
|
||||
|
||||
// std::list<Selectable*>
|
||||
.beginConstStdCPtrList <Selectable> ("SelectionList")
|
||||
.beginStdCPtrList <Selectable> ("SelectionList")
|
||||
.endClass ()
|
||||
|
||||
// std::list<TimeAxisView*>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue