Work-around crash when printing bindings
(ardour -b or Keyboard-Shortcuts > Print Bindings) see also https://github.com/Ardour/ardour/pull/447
This commit is contained in:
parent
65fc37afb7
commit
4d695eaf51
@ -544,8 +544,8 @@ ActionManager::get_all_actions (std::vector<std::string>& paths,
|
||||
} else {
|
||||
keys.push_back (string());
|
||||
}
|
||||
}
|
||||
#else
|
||||
keys.push_back (string());
|
||||
#endif
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user