SynEdit: fix designer (correct inherited)

git-svn-id: trunk@44488 -
This commit is contained in:
martin 2014-03-22 10:59:50 +00:00
parent 6235a07f69
commit 35e34ba93c

View File

@ -177,7 +177,7 @@ begin
if Assigned(Hook) then Hook.Modified(Self);
end;
else
inherited GetVerb(Index);
inherited ExecuteVerb(Index);
end;
end;