You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Documentation search fixes
Updates rich_text_label so that the built-in documentation can be searched Previously, it would only find the first result and would not select other results Renames "_entered" functions to "_submitted"
This commit is contained in:
@@ -69,7 +69,7 @@ protected:
|
||||
virtual void custom_action(const String &) {}
|
||||
|
||||
// Not private since used by derived classes signal.
|
||||
void _text_entered(const String &p_text);
|
||||
void _text_submitted(const String &p_text);
|
||||
void _ok_pressed();
|
||||
void _cancel_pressed();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user