Skip to content

Commit

Permalink
Removed call that prevents filter window from defocusing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonasmortensen committed Sep 4, 2020
1 parent fdf9c51 commit 5de99d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion com.unity.render-pipelines.core/Editor/FilterWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ internal void OnGUI()
if (!m_ActiveParent.WantsFocus)
{
EditorGUI.FocusTextInControl("ComponentSearch");
Focus();
}

var searchRect = GUILayoutUtility.GetRect(10, 20);
Expand Down

0 comments on commit 5de99d1

Please sign in to comment.