Skip to content

Commit 1c9321c

Browse files
committed
enhance: disable tree option asDoubleClickInsertsNodeText by default
Refs #2307
1 parent bb517d7 commit 1c9321c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/apphelpers.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4009,7 +4009,7 @@ constructor TAppSettings.Create;
40094009
InitSetting(asDateTimeEditorCursorPos, 'DateTimeEditor_CursorPos_Type%s', 0);
40104010
InitSetting(asAppLanguage, 'Language', 0, False, '');
40114011
InitSetting(asAutoExpand, 'AutoExpand', 0, False);
4012-
InitSetting(asDoubleClickInsertsNodeText, 'DoubleClickInsertsNodeText', 0, True);
4012+
InitSetting(asDoubleClickInsertsNodeText, 'DoubleClickInsertsNodeText', 0, False);
40134013
InitSetting(asForeignDropDown, 'ForeignDropDown', 0, True);
40144014
InitSetting(asIncrementalSearch, 'IncrementalSearch', 0, True);
40154015
InitSetting(asQueryHistoryEnabled, 'QueryHistory', 0, True);

0 commit comments

Comments
 (0)