Disabled the OS pointers gadget, as apparently it does take effect immediately and I
had forgotten about a long-outstanding bug (introduced when compiled with the OS4.1 SDK) which just causes the whole thing to freeze if this option is turned off. svn path=/trunk/netsurf/; revision=7908
This commit is contained in:
parent
3fb6622a92
commit
57308f8726
|
@ -291,6 +291,7 @@ void ami_gui_opts_open(void)
|
||||||
GA_ID, GID_OPTS_PTROS,
|
GA_ID, GID_OPTS_PTROS,
|
||||||
GA_RelVerify, TRUE,
|
GA_RelVerify, TRUE,
|
||||||
GA_Text, gadlab[GID_OPTS_PTROS],
|
GA_Text, gadlab[GID_OPTS_PTROS],
|
||||||
|
GA_Disabled, TRUE,
|
||||||
GA_Selected, option_use_os_pointers,
|
GA_Selected, option_use_os_pointers,
|
||||||
CheckBoxEnd,
|
CheckBoxEnd,
|
||||||
LayoutEnd, // mouse
|
LayoutEnd, // mouse
|
||||||
|
|
Loading…
Reference in New Issue