diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-05 11:35:09 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-05 11:35:09 +0000 |
| commit | 611182f4aeeed4aecf8c10f5ac1d8eb2f5b5b2a8 (patch) | |
| tree | 2eb2375d6e599ed5da440d4a106978f0a0e9a46c /macosx/plugins/Bladesio1/macsrc/PluginConfigController.m | |
| parent | 35b6580dd3fffd51d38035791d7997523c3ce73f (diff) | |
| download | pcsxr-611182f4aeeed4aecf8c10f5ac1d8eb2f5b5b2a8.tar.gz | |
Grouping similar classes in Xcode.
Implement the Instrument build phase, for when your profile with Instruments.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85842 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/Bladesio1/macsrc/PluginConfigController.m')
| -rwxr-xr-x | macosx/plugins/Bladesio1/macsrc/PluginConfigController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/Bladesio1/macsrc/PluginConfigController.m b/macosx/plugins/Bladesio1/macsrc/PluginConfigController.m index 0d266d50..e6a7fa1e 100755 --- a/macosx/plugins/Bladesio1/macsrc/PluginConfigController.m +++ b/macosx/plugins/Bladesio1/macsrc/PluginConfigController.m @@ -154,7 +154,7 @@ void ReadConfig() { BOOL isEnabled = [enabledButton state] == NSOnState ? YES : NO; - for (NSView *subView in [[configBox subviews][0] subviews]) { + for (NSView *subView in [[[configBox subviews] objectAtIndex:0] subviews]) { if ([subView isKindOfClass:[NSTextField class]] && ![(NSTextField*)subView isEditable]) { [(NSTextField*)subView setTextColor:isEnabled ? [NSColor controlTextColor] : [NSColor disabledControlTextColor]]; } else { |
