mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 10:59:29 +02:00
SynEdit: fix wrong type cast (e.g. TSynMemo does not inherit from TSynEdit)
git-svn-id: trunk@63487 -
This commit is contained in:
parent
ed08cb0e3c
commit
18d396dfc3
@ -3485,7 +3485,7 @@ begin
|
||||
fFoldTypeList[i].Classifications := NewClassifications;
|
||||
end;
|
||||
if (not FInTopLineChanged) and (FirstChanged > 0) then
|
||||
TSynEdit(FOwner).InvalidateGutterLines(FirstChanged, LastChanged + 1);
|
||||
TCustomSynEdit(FOwner).InvalidateGutterLines(FirstChanged, LastChanged + 1);
|
||||
end;
|
||||
|
||||
(* Lines *)
|
||||
|
Loading…
Reference in New Issue
Block a user