Merge pull request #37116 from neikeq/issue-12917
Sync csproj when files are changed from the Godot FileSystem dock
This commit is contained in:
commit
194d2ccb72
12 changed files with 197 additions and 40 deletions
|
|
@ -3612,6 +3612,7 @@ void EditorNode::register_editor_types() {
|
|||
ClassDB::register_class<ScriptCreateDialog>();
|
||||
ClassDB::register_class<EditorFeatureProfile>();
|
||||
ClassDB::register_class<EditorSpinSlider>();
|
||||
ClassDB::register_virtual_class<FileSystemDock>();
|
||||
|
||||
// FIXME: Is this stuff obsolete, or should it be ported to new APIs?
|
||||
ClassDB::register_class<EditorScenePostImport>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue