mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove most EditorNode constructor parameters and fields
This commit is contained in:
parent
f5a27ee4fe
commit
05b56f316d
144 changed files with 568 additions and 714 deletions
|
|
@ -653,8 +653,7 @@ void TextControlEditorPlugin::make_visible(bool p_visible) {
|
|||
}
|
||||
}
|
||||
|
||||
TextControlEditorPlugin::TextControlEditorPlugin(EditorNode *p_node) {
|
||||
editor = p_node;
|
||||
TextControlEditorPlugin::TextControlEditorPlugin() {
|
||||
text_ctl_editor = memnew(TextControlEditor);
|
||||
CanvasItemEditor::get_singleton()->add_control_to_menu_panel(text_ctl_editor);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue