mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 17:12:35 +02:00
SynEdit: Fixed template edit / invalidate on escape
git-svn-id: trunk@36150 -
This commit is contained in:
parent
3ef7a4d9e1
commit
ec664e867d
@ -736,6 +736,8 @@ end;
|
||||
|
||||
procedure TSynPluginSyncronizedEditBase.Clear;
|
||||
begin
|
||||
if FMarkup <> nil then
|
||||
FMarkup.DoEnabledChanged(nil); // invalidate lines
|
||||
FCells.Clear;
|
||||
CurrentCell := -1;
|
||||
Active := False;
|
||||
|
Loading…
Reference in New Issue
Block a user