Commit 2338c794 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

macosx: fix reset of some of the simple prefs sections.

parent 3f756590
......@@ -651,7 +651,7 @@ create_toolbar_item( NSString * o_itemIdent, NSString * o_name, NSString * o_des
if( i_return == NSAlertAlternateReturn )
{
config_ResetAll( p_intf );
b_intfSettingChanged = b_videoSettingChanged = b_audioSettingChanged = YES;
b_intfSettingChanged = b_videoSettingChanged = b_audioSettingChanged = b_osdSettingChanged = b_inputSettingChanged = YES;
[self resetControls];
}
}
......
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