Skip to content

Commit 4b1105e

Browse files
committed
apparently, Picker doesn't really care about the sort flag (confirmed with Sebastien Grenier)
1 parent dbf7e2f commit 4b1105e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/PropertyDrawers/InputActionReferenceSearchProviders.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ internal static class SearchConstants
1212
// SearchFlags: these flags are used to customize how search is performed and how search
1313
// results are displayed in the advanced object picker.
1414
// Note: SearchFlags.Packages is not currently used and hides all results from packages.
15-
internal static readonly SearchFlags PickerSearchFlags = SearchFlags.Sorted | SearchFlags.OpenPicker;
15+
internal static readonly SearchFlags PickerSearchFlags = SearchFlags.OpenPicker;
1616

1717
// Search.SearchViewFlags : these flags are used to customize the appearance of the PickerWindow.
1818
internal static readonly Search.SearchViewFlags PickerViewFlags = SearchViewFlags.DisableBuilderModeToggle

0 commit comments

Comments
 (0)