diff options
| author | Gregory Basile <greg.basile@yahoo.com> | 2021-06-16 09:43:34 -0700 |
|---|---|---|
| committer | Gregory Basile <greg.basile@yahoo.com> | 2021-06-16 09:43:34 -0700 |
| commit | 8ab13f8acefef73a0d68560c6866639d9ca0dc80 (patch) | |
| tree | 965040833f85bb94c7ae86a514f0b7b1fe39f39f /editor/plugins/visual_shader_editor_plugin.h | |
| parent | 48fe9c97948f44125e68f3b8f67eaaf032c763bd (diff) | |
| download | redot-engine-8ab13f8acefef73a0d68560c6866639d9ca0dc80.tar.gz | |
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"
Diffstat (limited to 'editor/plugins/visual_shader_editor_plugin.h')
| -rw-r--r-- | editor/plugins/visual_shader_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/visual_shader_editor_plugin.h b/editor/plugins/visual_shader_editor_plugin.h index fa98c6b780..4c7489a694 100644 --- a/editor/plugins/visual_shader_editor_plugin.h +++ b/editor/plugins/visual_shader_editor_plugin.h @@ -358,7 +358,7 @@ class VisualShaderEditor : public VBoxContainer { void _comment_title_popup_hide(); void _comment_title_popup_focus_out(); void _comment_title_text_changed(const String &p_new_text); - void _comment_title_text_entered(const String &p_new_text); + void _comment_title_text_submitted(const String &p_new_text); void _comment_desc_popup_show(const Point2 &p_position, int p_node_id); void _comment_desc_popup_hide(); |
