mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-07 12:21:09 +01:00
Fixed Crash in option dialog (caused by synedit)
git-svn-id: trunk@18117 -
This commit is contained in:
parent
50a8b259ee
commit
4be804cc45
@ -64,7 +64,7 @@ begin
|
||||
FIndexOfLongestLine := -1;
|
||||
inherited Create(ASynStringSource);
|
||||
RegisterAttribute(TSynEditStringTabExpander, SizeOf(Integer));
|
||||
FTabWidth := 8;
|
||||
TabWidth := 8;
|
||||
fSynStrings.AddChangeHandler(senrLineCount, {$IFDEF FPC}@{$ENDIF}LineCountChanged);
|
||||
fSynStrings.AddChangeHandler(senrLineChange, {$IFDEF FPC}@{$ENDIF}LineCountChanged);
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user