Files
ardour/gtk2_ardour/editor_sections.cc
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

17 KiB