Skip to content

Commit 6e95a7c

Browse files
authored
FIX: Broken "Listen" button in Input actions editor window with Unity dark skin (ISXB-536) (#1694)
* typo fix for ToolbarSearchTextField * added changelog
1 parent 53abc8d commit 6e95a7c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Packages/com.unity.inputsystem/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ however, it has to be formatted properly to pass verification tests.
1616
### Fixed
1717
- Fixed UI clicks not registering when OS provides multiple input sources for the same event, e.g. on Samsung Dex (case ISX-1416, ISXB-342).
1818
- Fixed unstable integration test `Integration_CanSendAndReceiveEvents` by ignoring application focus on integration tests. (case ISX-1381)
19+
- Fixed broken "Listen" button in Input actions editor window with Unity dark skin (case ISXB-536).
1920

2021
## [1.6.1] - 2023-05-26
2122

Packages/com.unity.inputsystem/InputSystem/Editor/Internal/AdvancedDropdown/AdvancedDropdownGUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ internal class AdvancedDropdownGUI
1010
{
1111
private static class Styles
1212
{
13-
public static readonly GUIStyle toolbarSearchField = "ToolbarSeachTextField";
13+
public static readonly GUIStyle toolbarSearchField = "ToolbarSearchTextField";
1414
public static readonly GUIStyle itemStyle = new GUIStyle("PR Label")
1515
.WithAlignment(TextAnchor.MiddleLeft)
1616
.WithPadding(new RectOffset())

0 commit comments

Comments
 (0)