mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Changing method signature in other class in not recognized in working class in typed GDScript #28685
This commit is contained in:
parent
b96cd577c3
commit
aabd9980d1
10 changed files with 25 additions and 1 deletions
|
|
@ -622,3 +622,6 @@ TextEditor::TextEditor() {
|
|||
|
||||
code_editor->get_text_edit()->set_drag_forwarding(this);
|
||||
}
|
||||
|
||||
void TextEditor::validate() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue