midi - representedObject can be reset in some circumstances. (reloading from nib?) use title which seems more permanent.

This commit is contained in:
Kelvin Sherlock 2022-02-28 10:33:17 -05:00
parent d258fd2a48
commit 781d8ada60
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ static NSString *kNone = @"—None—";
NSArray *array = _category == kIndexMidiIn ? [mgr sources] : [mgr destinations];
NSString *selected = [[_popUpButton selectedItem] representedObject];
NSString *selected = [[_popUpButton selectedItem] title];
[menu removeAllItems];
int selectedIndex = -1;
NSMenuItem *item;