mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Changed some code showed in LGTM and Coverage
This commit is contained in:
parent
584ca0f156
commit
6cbaf7662f
55 changed files with 94 additions and 202 deletions
|
@ -3670,7 +3670,6 @@ VisualScriptEditor::VisualScriptEditor() {
|
|||
new_virtual_method_select = memnew(VisualScriptPropertySelector);
|
||||
add_child(new_virtual_method_select);
|
||||
new_virtual_method_select->connect("selected", this, "_selected_new_virtual_method");
|
||||
new_virtual_method_select->get_cancel();
|
||||
|
||||
member_popup = memnew(PopupMenu);
|
||||
add_child(member_popup);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue