1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00
Files
audacity/src/widgets
David Bailes 95e2264d24 Bug 1248: Tab does not navigate out of ASlider if clicked
Problem:
If an ASlider in the main window is clicked, then you can't TAB away from the control.

Fix:
Keyboard shortcuts are handled using key down events. However, ASlider was handling char events for reasons unknown. I'm unsure why this was causing a problem, but changing ASlider to handle key down events fixes the bug.
2019-04-03 13:25:04 +01:00
..
2019-03-30 11:52:48 -04:00
2019-03-31 15:14:26 -04:00
2019-03-26 11:17:41 -04:00
2019-03-27 14:43:06 -04:00