We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38d3ae commit e3234b6Copy full SHA for e3234b6
Packages/com.unity.inputsystem/InputSystem/Editor/ControlPicker/InputControlPathEditor.cs
@@ -219,7 +219,7 @@ private void SetExpectedControlLayoutFromAttribute(SerializedProperty property)
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.
221
/// </summary>
222
- public static bool IsShowingDropdown { get; private set; }
+ internal static bool IsShowingDropdown { get; private set; }
223
}
224
225
#endif // UNITY_EDITOR
0 commit comments