mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
use ActionManager namespace, rather than ActionMap objects, and remove all per-context action maps
This commit is contained in:
parent
00df619d21
commit
fc83d044f8
25 changed files with 627 additions and 651 deletions
|
|
@ -237,8 +237,8 @@ Editor::snap_mode_button_clicked (GdkEventButton* ev)
|
|||
|
||||
|
||||
|
||||
static Glib::RefPtr<Action>
|
||||
get_mouse_mode_action(MouseMode m)
|
||||
Glib::RefPtr<Action>
|
||||
Editor::get_mouse_mode_action(MouseMode m) const
|
||||
{
|
||||
switch (m) {
|
||||
case MouseRange:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue