mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Have screen readers say full label, not just the menu item.
This commit is contained in:
parent
3d0bbdf787
commit
98aa84e9f8
@ -1721,7 +1721,7 @@ KeyView::GetValue(int line)
|
||||
}
|
||||
|
||||
// Get the label and key values
|
||||
wxString value = GetLabel(LineToIndex(line));
|
||||
wxString value = GetFullLabel(LineToIndex(line));
|
||||
wxString key = GetKey(LineToIndex(line));
|
||||
|
||||
// Add the key if it isn't empty
|
||||
|
Loading…
x
Reference in New Issue
Block a user