mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
move definition of selection operations in to ARDOUR namespace
This is a rare commit that I think should be done for GUI and libs at the same time
This commit is contained in:
parent
0f4fb04344
commit
af5c99dd05
18 changed files with 123 additions and 120 deletions
|
|
@ -1082,10 +1082,10 @@ LuaInstance::register_classes (lua_State* L, bool sandbox)
|
|||
.endNamespace ()
|
||||
|
||||
.beginNamespace ("SelectionOp")
|
||||
.addConst ("Toggle", Selection::Operation(Selection::Toggle))
|
||||
.addConst ("Set", Selection::Operation(Selection::Set))
|
||||
.addConst ("Extend", Selection::Operation(Selection::Extend))
|
||||
.addConst ("Add", Selection::Operation(Selection::Add))
|
||||
.addConst ("Toggle", SelectionOperation(SelectionToggle))
|
||||
.addConst ("Set", SelectionOperation(SelectionSet))
|
||||
.addConst ("Extend", SelectionOperation(SelectionExtend))
|
||||
.addConst ("Add", SelectionOperation(SelectionAdd))
|
||||
.endNamespace ()
|
||||
|
||||
.beginNamespace ("TrackHeightMode")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue