Commit c046b5ce authored by David Fuhrmann's avatar David Fuhrmann

macosx: allow again to select lion fullscreen and nonembedded windows in simple prefs

parent e3767037
......@@ -987,12 +987,6 @@ static inline void save_module_list(intf_thread_t * p_intf, id object, const cha
- (IBAction)interfaceSettingChanged:(id)sender
{
if (sender == o_intf_embedded_ckb && [o_intf_embedded_ckb state] == NSOffState)
[o_intf_nativefullscreen_ckb setState: NSOffState];
if (sender == o_intf_nativefullscreen_ckb && [o_intf_nativefullscreen_ckb state] == NSOnState)
[o_intf_embedded_ckb setState: NSOnState];
b_intfSettingChanged = YES;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment