From 1b6f49b0ef8f8dff2504ea8feabf1f104107e00f Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 17 Dec 2013 19:26:23 +0000 Subject: Wow, I feel like an idiot: I didn’t realize there was a setStringValue: in NSTextField. Using that instead of setting the title via the cell. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88137 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/HotkeyController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HotkeyController.m') diff --git a/macosx/HotkeyController.m b/macosx/HotkeyController.m index 502105dc..58ec0fdd 100755 --- a/macosx/HotkeyController.m +++ b/macosx/HotkeyController.m @@ -60,7 +60,7 @@ NSTextField *displayField = (self.hotkeyOutlets)[keyIdent]; if(displayField) { - [[displayField cell] setStringValue:label]; + [displayField setStringValue:label]; } } -- cgit v1.2.3