Skip to content

Commit 0074a77

Browse files
committed
change visibility as per the review suggestions
1 parent 7bebd7c commit 0074a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/ControlPicker/InputControlPathEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ private void SetExpectedControlLayoutFromAttribute(SerializedProperty property)
219219
/// It's employed to skip auto-saving, because that complicates updating the internal SerializedProperties.
220220
/// Unfortunately, we can't use IMGUIDropdownVisible from the setings provider because of the early-out logic in there.
221221
/// </summary>
222-
public static bool IsShowingDropdown { get; private set; }
222+
internal static bool IsShowingDropdown { get; private set; }
223223
}
224224
}
225225
#endif // UNITY_EDITOR

0 commit comments

Comments
 (0)