Merge pull request #37104 from alvaroHernandez/fix-joypad-button-editor

Prevent joypad button input dropdown going out of dialog
This commit is contained in:
Rémi Verschelde 2020-03-17 07:41:52 +01:00 committed by GitHub
commit 2658ccb85f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;