Form editor: Do not apply properties defined in a class of the project.

[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Do not apply properties defined in a class of the project.
This commit is contained in:
Benoît Minisini 2023-03-27 02:36:22 +02:00
parent d42aad3a65
commit 76772369be

View file

@ -251,7 +251,9 @@ Public Sub InitControl()
Endif
Endif
If Family <> "Form" Then
If Component = CComponent.PROJECT_NAME Then
bDoNotApply = True
Else If Family <> "Form" Then
If MultiContainer Then
bDoNotApply = Not CPropertyInfo.ALLOWED_MULTI_CONTAINER_PROP.Exist(sProp)
Else