mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 18:58:04 +02:00
SynEdit: fix designer (correct inherited)
git-svn-id: trunk@44488 -
This commit is contained in:
parent
6235a07f69
commit
35e34ba93c
@ -177,7 +177,7 @@ begin
|
||||
if Assigned(Hook) then Hook.Modified(Self);
|
||||
end;
|
||||
else
|
||||
inherited GetVerb(Index);
|
||||
inherited ExecuteVerb(Index);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user