From 750e490411aebc2e81ded904544544c814852b55 Mon Sep 17 00:00:00 2001 From: Martijn Laan <1092369+martijnlaan@users.noreply.github.com> Date: Sun, 16 Jun 2024 19:42:58 +0200 Subject: [PATCH] Cleanup. --- Components/ScintEdit.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/ScintEdit.pas b/Components/ScintEdit.pas index 98ddd1fe4..ca8b1e07c 100644 --- a/Components/ScintEdit.pas +++ b/Components/ScintEdit.pas @@ -335,7 +335,7 @@ TScintEdit = class(TWinControl) write SetAutoCompleteFontName; property AutoCompleteFontSize: Integer read FAutoCompleteFontSize write SetAutoCompleteFontSize default 0; - property ChangeHistory: Boolean read FChangeHistory write SetChangeHistory; + property ChangeHistory: Boolean read FChangeHistory write SetChangeHistory default False; property CodePage: Integer read FCodePage write SetCodePage default CP_UTF8; property Color; property FillSelectionToEdge: Boolean read FFillSelectionToEdge write SetFillSelectionToEdge