# HG changeset patch # User Torsten Lilge # Date 1628450255 -7200 # Node ID 133abbad39d221d2648f93f6188ee56aeb14b033 # Parent 3e5e88d9c85fca361f512adf86c4b3f3839f5371 * gui-preferences-ed.h: increase def. auto completion threshold (bug #61016) diff -r 3e5e88d9c85f -r 133abbad39d2 libgui/src/gui-preferences-ed.h --- 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