Merge pull request #71864 from KoBeWi/drag_and_fail
Fix script editor drag and drop
This commit is contained in:
commit
eaf306e0b1
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…
Reference in a new issue