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.
126
126
- Subgraphs are not in hardcoded categories anymore : updated default subgraph templates + Samples to add meaningful categories.
127
127
- Fix creation of StringPropertyRM
128
128
- Enum fields having headers show the header in the inspector as well.
129
+ - Fix for node window staying when clicking elsewhere
129
130
130
131
## [ 7.1.1] - 2019-09-05
131
132
### Added
Original file line number Diff line number Diff line change @@ -302,7 +302,6 @@ internal void OnGUI()
302
302
if ( ! ( activeParent . WantsFocus ) )
303
303
{
304
304
EditorGUI . FocusTextInControl ( "ComponentSearch" ) ;
305
- Focus ( ) ;
306
305
}
307
306
Rect searchRect = GUILayoutUtility . GetRect ( 10 , 20 ) ;
308
307
searchRect . x += 8 ;
You can’t perform that action at this time.
0 commit comments