SynEdit: Fix crash when textviews were changed, introduced in 6efa78a255

This commit is contained in:
Martin 2025-03-20 19:44:08 +01:00
parent 4a81cf9580
commit a62266dc99

View File

@ -2182,7 +2182,8 @@ begin
FInternalBlockSelection.Lines := FTheLinesView;
FMarkupManager.Lines := FTheLinesView;
FTextArea.TheLinesView := FTheLinesView;
SizeOrFontChanged(True);
if FMarkList <> nil then // skip, if in ChangeTextBuffer / senrTextBufferChanged hasn't been sent yet
SizeOrFontChanged(True);
end;
function TCustomSynEdit.GetIsStickySelecting: Boolean;