mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 15:11:23 +01:00
Have screen readers say full label, not just the menu item.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user