File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Packages/com.unity.inputsystem/InputSystem/Editor/ControlPicker Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ private void SetExpectedControlLayoutFromAttribute(SerializedProperty property)
217
217
/// <summary>
218
218
/// This property is only set from this class in order to communicate that we're showing the dropdown at the moment
219
219
/// It's employed to skip auto-saving, because that complicates updating the internal SerializedProperties.
220
- /// Unfortunately, we can't use IMGUIDropdownVisible from the setings provider because of the early-out logic in there.
220
+ /// Unfortunately, we can't use IMGUIDropdownVisible from the setings provider because of the early-out logic in there.
221
221
/// </summary>
222
222
public static bool IsShowingDropdown { get ; private set ; }
223
223
}
You can’t perform that action at this time.
0 commit comments