Merge pull request #114879 from passivestar/text-enum-focus
Fix inspector draws focus on click when editing EditorPropertyTextEnum
This commit is contained in:
commit
1910c58c49
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ void EditorPropertyTextEnum::_option_selected(int p_which) {
|
|||
void EditorPropertyTextEnum::_edit_custom_value() {
|
||||
default_layout->hide();
|
||||
edit_custom_layout->show();
|
||||
custom_value_edit->grab_focus();
|
||||
custom_value_edit->grab_focus(true);
|
||||
}
|
||||
|
||||
void EditorPropertyTextEnum::_custom_value_submitted(const String &p_value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue