You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove set_drag_forwarding_compat()
This commit is contained in:
@@ -649,8 +649,6 @@ TextEditor::TextEditor() {
|
||||
|
||||
goto_line_dialog = memnew(GotoLineDialog);
|
||||
add_child(goto_line_dialog);
|
||||
|
||||
code_editor->get_text_editor()->set_drag_forwarding_compat(this);
|
||||
}
|
||||
|
||||
TextEditor::~TextEditor() {
|
||||
|
||||
Reference in New Issue
Block a user