Checked refuses first responder status of all Controls on Mac OS X; everything's fine by default.

This commit is contained in:
Pietro Gagliardi 2014-08-27 18:21:24 -04:00
parent 1b2da465a1
commit ef20308db4
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ id newWarningPopover(char *text)
[wv->icon setEditable:NO];
[wv->icon setAnimates:NO];
[wv->icon setAllowsCutCopyPaste:NO];
// TODO check other controls's values for this
[wv->icon setRefusesFirstResponder:YES];
wv->label = (NSTextField *) newLabel();