mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Store panels and docks singletons in their own classes
This commit is contained in:
parent
8fc0dd9997
commit
aa1102fc53
36 changed files with 228 additions and 213 deletions
|
@ -271,7 +271,7 @@ protected:
|
|||
|
||||
if (String(p_name) == "export") {
|
||||
script->set_variable_export(var, p_value);
|
||||
EditorNode::get_singleton()->get_inspector()->update_tree();
|
||||
InspectorDock::get_inspector_singleton()->update_tree();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue