UserPreferences.st
branchjv
changeset 21242 19fabe339f8b
parent 21042 edb2e7f82c62
parent 21125 aa7155bed06e
child 21285 7770135c2b54
--- a/UserPreferences.st	Tue Dec 06 07:06:38 2016 +0100
+++ b/UserPreferences.st	Sun Dec 18 11:19:27 2016 +0000
@@ -2079,7 +2079,7 @@
 
     "/ read comment in menuPanel - for now, it should be on,
     "/ otherwise you cannot control a menu with cursor keys or escape. sigh.
-    ^ self at:#menuPanelTakesFocusOnClick ifAbsent:[ false ]
+    ^ self at:#menuPanelTakesFocusOnClick ifAbsent:[ true "false" ]
 
     "
      UserPreferences current menuPanelTakesFocusOnClick