1
0
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:
lllucius 2013-10-02 17:42:51 +00:00
parent 3d0bbdf787
commit 98aa84e9f8

View File

@ -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