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:
@@ -544,8 +544,8 @@ ActionManager::get_all_actions (std::vector<std::string>& paths,
|
||||
} else {
|
||||
keys.push_back (string());
|
||||
}
|
||||
}
|
||||
#else
|
||||
keys.push_back (string());
|
||||
#endif
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user