Cocoa Port:
- On startup, expand all items in the Input Preferences control list by default.
This commit is contained in:
parent
cf109b69dd
commit
d1c6c6e3ac
|
@ -214,6 +214,7 @@
|
|||
|
||||
[inputPrefsView initSettingsSheets];
|
||||
[inputPrefsView populateInputProfileMenu];
|
||||
[[inputPrefsView inputPrefOutlineView] expandItem:nil expandChildren:YES];
|
||||
[[inputPrefsView inputProfileMenu] selectItemAtIndex:0];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue