changeset 29947:133abbad39d2

* gui-preferences-ed.h: increase def. auto completion threshold (bug #61016)
author Torsten Lilge <ttl-octave@mailbox.org>
date Sun, 08 Aug 2021 21:17:35 +0200
parents 3e5e88d9c85f
children c92a4ebaa777
files libgui/src/gui-preferences-ed.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/gui-preferences-ed.h	Fri Aug 06 11:19:28 2021 -0400
+++ b/libgui/src/gui-preferences-ed.h	Sun Aug 08 21:17:35 2021 +0200
@@ -69,7 +69,7 @@
 ed_code_completion ("editor/codeCompletion", QVariant (true));
 
 const gui_pref
-ed_code_completion_threshold ("editor/codeCompletion_threshold", QVariant (2));
+ed_code_completion_threshold ("editor/codeCompletion_threshold", QVariant (3));
 
 // Code formatting