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 95fdd49 commit caa7c84Copy full SHA for caa7c84
Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/InputActionsEditorWindow.cs
@@ -271,10 +271,10 @@ private void BuildUI(bool shouldClearRoot = true)
271
m_StateContainer = new StateContainer(m_State, m_AssetGUID);
272
m_StateContainer.StateChanged += OnStateChanged;
273
274
- if (shouldClearRoot)
275
- {
276
- rootVisualElement.Clear();
277
- }
+ //if (shouldClearRoot)
+ //{
+ rootVisualElement.Clear();
+ //}
278
279
if (!rootVisualElement.styleSheets.Contains(InputActionsEditorWindowUtils.theme))
280
rootVisualElement.styleSheets.Add(InputActionsEditorWindowUtils.theme);
0 commit comments