From 5f40691909235903a2683e4c3b26f3bddc4e0cd1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 30 Jan 2012 23:03:04 +0100 Subject: MaxTextLength apparently needs to take comma in "1,000" into account. Otherwise, max undo steps field gets reset to 100 (?) for inputs > 9999. --- cui/source/options/optmemory.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source') diff --git a/cui/source/options/optmemory.src b/cui/source/options/optmemory.src index 5c95cbb53aa6..c1e748bc7673 100644 --- a/cui/source/options/optmemory.src +++ b/cui/source/options/optmemory.src @@ -65,7 +65,7 @@ TabPage OFA_TP_MEMORY Value = 100 ; Last = 100 ; SpinSize = 1 ; - MaxTextLength = 4; + MaxTextLength = 5; }; FixedLine GB_GRAPHICCACHE { -- cgit