mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 21:19:31 +02:00
* overriden properties also inherit propoptions
git-svn-id: trunk@5060 -
This commit is contained in:
parent
ae5e58f5f7
commit
c07eac1744
@ -376,6 +376,7 @@ implementation
|
||||
p.proptype:=tpropertysym(overriden).proptype;
|
||||
p.index:=tpropertysym(overriden).index;
|
||||
p.default:=tpropertysym(overriden).default;
|
||||
p.propoptions:=tpropertysym(overriden).propoptions;
|
||||
end
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user