SynEdit: Fixed template edit / invalidate on escape

git-svn-id: trunk@36150 -
This commit is contained in:
martin 2012-03-18 18:00:03 +00:00
parent 3ef7a4d9e1
commit ec664e867d

View File

@ -736,6 +736,8 @@ end;
procedure TSynPluginSyncronizedEditBase.Clear;
begin
if FMarkup <> nil then
FMarkup.DoEnabledChanged(nil); // invalidate lines
FCells.Clear;
CurrentCell := -1;
Active := False;