mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 11:40:49 +02:00
SynEdit: Fixed a typo in the TSynGutterLOvProviderCurrentPage destructor
(cherry picked from commit c58adfa886
)
This commit is contained in:
parent
2f84b5c689
commit
532d607bd6
@ -1000,7 +1000,7 @@ end;
|
||||
destructor TSynGutterLOvProviderCurrentPage.Destroy;
|
||||
begin
|
||||
SynEdit.UnRegisterStatusChangedHandler(@SynStatusChanged);
|
||||
ViewedTextBuffer.AddChangeHandler(senrLineMappingChanged, @FoldChanged);
|
||||
ViewedTextBuffer.RemoveChangeHandler(senrLineMappingChanged, @FoldChanged);
|
||||
inherited;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user