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

[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Really do not apply properties defined in a class of the project.
* BUG: Help viewer: Fix the CSS of the '<H1>' titles of offline help.
This commit is contained in:
Benoît Minisini 2023-03-29 16:53:31 +02:00
parent 06a1d2e33d
commit 2692de20a4
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -26,7 +26,7 @@ DIV.syntax > P:last-child {
H1 {
display: block !important;
font-size: 1.5rem !important;
font-size: 2rem !important;
margin-top: 0 !important;
/*margin-bottom: 0 !important;*/
}