mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix script editor drag and drop
This commit is contained in:
parent
56fdef281e
commit
80b9d9537c
1 changed files with 1 additions and 1 deletions
|
|
@ -2159,7 +2159,7 @@ ScriptTextEditor::ScriptTextEditor() {
|
|||
|
||||
connection_info_dialog = memnew(ConnectionInfoDialog);
|
||||
|
||||
SET_DRAG_FORWARDING_GCD(code_editor, ScriptTextEditor);
|
||||
SET_DRAG_FORWARDING_GCD(code_editor->get_text_editor(), ScriptTextEditor);
|
||||
}
|
||||
|
||||
ScriptTextEditor::~ScriptTextEditor() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue