Cocoa Port:

- On startup, expand all items in the Input Preferences control list by default.
This commit is contained in:
rogerman 2014-02-13 02:43:08 +00:00
parent cf109b69dd
commit d1c6c6e3ac
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@
[inputPrefsView initSettingsSheets];
[inputPrefsView populateInputProfileMenu];
[[inputPrefsView inputPrefOutlineView] expandItem:nil expandChildren:YES];
[[inputPrefsView inputProfileMenu] selectItemAtIndex:0];
}