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:
@ -1781,7 +1781,7 @@ CustomPropertyEditor::CustomPropertyEditor() {
|
||||
value_hboxes[hbox_idx]->add_child(value_editor[i]);
|
||||
value_editor[i]->set_h_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
value_editor[i]->hide();
|
||||
value_editor[i]->connect("text_entered", callable_mp(this, &CustomPropertyEditor::_modified));
|
||||
value_editor[i]->connect("text_submitted", callable_mp(this, &CustomPropertyEditor::_modified));
|
||||
value_editor[i]->connect("focus_entered", callable_mp(this, &CustomPropertyEditor::_focus_enter));
|
||||
value_editor[i]->connect("focus_exited", callable_mp(this, &CustomPropertyEditor::_focus_exit));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user