From 269f1ff2f8ea12d34e3faa6d7bc3c7582f5db51f Mon Sep 17 00:00:00 2001 From: Kirill Kalishev Date: Wed, 13 May 2009 14:45:16 +0400 Subject: [PATCH] fix lost typing is on by default --- platform-resources_eng/src/misc/registry.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-resources_eng/src/misc/registry.properties b/platform-resources_eng/src/misc/registry.properties index 8a9aacf6a5..f32f22b189 100644 --- a/platform-resources_eng/src/misc/registry.properties +++ b/platform-resources_eng/src/misc/registry.properties @@ -1,6 +1,6 @@ fileIndex.background=false fileIndex.background.description=Build/update file indices in background fileIndex.background.restartRequired=true -actionSystem.fixLostTyping=false +actionSystem.fixLostTyping=true actionSystem.fixLostTyping.description=Redispatch events, lost between actions and dialog show/close actionSystem.fixLostTyping.restartRequired=false \ No newline at end of file -- 2.11.4.GIT