Skip to content

Commit 8c8e57a

Browse files
iTris666GitHub Enterprise
authored andcommitted
Fix for node window staying when clicking elsewhere (#68)
* Fix for node window stayting when clicking elsewhere * Update CHANGELOG.md
1 parent a99b1f1 commit 8c8e57a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

com.unity.visualeffectgraph/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
126126
- Subgraphs are not in hardcoded categories anymore : updated default subgraph templates + Samples to add meaningful categories.
127127
- Fix creation of StringPropertyRM
128128
- Enum fields having headers show the header in the inspector as well.
129+
- Fix for node window staying when clicking elsewhere
129130

130131
## [7.1.1] - 2019-09-05
131132
### Added

com.unity.visualeffectgraph/Editor/FilterPopup/VFXFilterWindow.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ internal void OnGUI()
302302
if (!(activeParent.WantsFocus))
303303
{
304304
EditorGUI.FocusTextInControl("ComponentSearch");
305-
Focus();
306305
}
307306
Rect searchRect = GUILayoutUtility.GetRect(10, 20);
308307
searchRect.x += 8;

0 commit comments

Comments
 (0)