You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue description:
When switching between categories in the Project Settings, warnings appear randomly:
core/config/project_settings.cpp:240 - Property not found: application/run/name
core/config/project_settings.cpp:240 - Property not found: application/run/name
core/config/project_settings.cpp:240 - Property not found: application/run/name
core/config/project_settings.cpp:240 - Property not found: application/run/description
core/config/project_settings.cpp:240 - Property not found: application/run/description
core/config/project_settings.cpp:240 - Property not found: application/run/description
core/config/project_settings.cpp:240 - Property not found: application/run/icon
core/config/project_settings.cpp:240 - Property not found: application/run/icon
core/config/project_settings.cpp:240 - Property not found: application/run/icon
...
It looks like the name of one category is mixed with the properties of another category.
Apparently the bug appeared after #46127 or #45956. Perhaps this is due to a change in SectionedInspector.
Steps to reproduce:
Open the Project Settings Editor.
Switch categories on the left side of the window for a while until warnings appear in the output log.
No patterns have been identified in this bug; when switching to a specific category, warnings may or may not appear.
Minimal reproduction project:
—
The text was updated successfully, but these errors were encountered:
Godot version:
4.0.dev.calinou.d4d753552
OS/device including version:
Kubuntu 20.10
Issue description:
When switching between categories in the Project Settings, warnings appear randomly:
It looks like the name of one category is mixed with the properties of another category.
Apparently the bug appeared after #46127 or #45956. Perhaps this is due to a change in
SectionedInspector
.Steps to reproduce:
Minimal reproduction project:
—
The text was updated successfully, but these errors were encountered: