Merge pull request #37104 from alvaroHernandez/fix-joypad-button-editor
Prevent joypad button input dropdown going out of dialog
This commit is contained in:
commit
2658ccb85f
1 changed files with 2 additions and 0 deletions
|
@ -2006,6 +2006,8 @@ ProjectSettingsEditor::ProjectSettingsEditor(EditorData *p_data) {
|
|||
device_index_label = l;
|
||||
|
||||
device_index = memnew(OptionButton);
|
||||
device_index->set_clip_text(true);
|
||||
|
||||
vbc_right->add_child(device_index);
|
||||
|
||||
setting = false;
|
||||
|
|
Loading…
Reference in a new issue