Files
ardour/libs/widgets/ardour_button.cc
Robin Gareus 5a90eb0776 Fix double toggle on repeat call of on_button_release_event
This can happen with touch screens.. leading to
`set_active (!get_active ());` being called twice, and effective NOOP.
2025-04-15 21:48:42 +02:00

41 KiB