mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-15 07:09:34 +03:00
set monochrom option on save was missing
svn path=/trunk/netsurf/; revision=13392
This commit is contained in:
parent
31f221e84f
commit
ca893cd1af
@ -632,6 +632,7 @@ static void apply_settings( void )
|
||||
option_minimum_gif_delay = (int)(tmp_option_minimum_gif_delay*100+0.5);
|
||||
option_incremental_reflow = OBJ_SELECTED(CHOICES_CB_INCREMENTAL_REFLOW);
|
||||
option_min_reflow_period = tmp_option_min_reflow_period;
|
||||
option_atari_font_monochrom = !OBJ_SELECTED( CHOICES_CB_ANTI_ALIASING );
|
||||
|
||||
/* "Paths" tabs: */
|
||||
option_ca_bundle = ObjcString( dlgtree, CHOICES_EDIT_CA_BUNDLE, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user