mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove set_drag_forwarding_compat()
This commit is contained in:
parent
a51ca2beaf
commit
59ea36b87c
33 changed files with 34 additions and 152 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue