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:
parent
d42aad3a65
commit
76772369be
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue