mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 22:51:08 +00:00
Merge pull request #28766 from pgoral/editor_validation_issue
Changing method signature in other class in not recognized in working…
This commit is contained in:
commit
0ac3687d6f
10 changed files with 25 additions and 1 deletions
|
|
@ -654,3 +654,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