mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 19:52:42 +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;
|
procedure TSynPluginSyncronizedEditBase.Clear;
|
||||||
begin
|
begin
|
||||||
|
if FMarkup <> nil then
|
||||||
|
FMarkup.DoEnabledChanged(nil); // invalidate lines
|
||||||
FCells.Clear;
|
FCells.Clear;
|
||||||
CurrentCell := -1;
|
CurrentCell := -1;
|
||||||
Active := False;
|
Active := False;
|
||||||
|
Loading…
Reference in New Issue
Block a user