Files
ardour/gtk2_ardour
Robin Gareus c8b2c0c543 Fix crash looking up smart-mode
we need to call
  get_toggle_action (char const*, char const, bool d = false)
and not
  get_toggle_action (const string& name, bool)

For whatever reason `(string, char*)` matches the latter
function's signature.
2024-11-08 19:15:46 +01:00
..
2024-11-07 17:51:11 +01:00
2024-10-26 14:50:22 +01:00