File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
com.unity.visualeffectgraph Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments