Checked refuses first responder status of all Controls on Mac OS X; everything's fine by default.
This commit is contained in:
parent
1b2da465a1
commit
ef20308db4
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue