diff options
author | chai <chaifix@163.com> | 2022-07-04 20:57:13 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-07-04 20:57:13 +0800 |
commit | 7adcecd82e552ad6c03607ef5074fc6a8fa46671 (patch) | |
tree | a9c7be1f20427f6a2e9da8d9e5f71b1ca6b7092e /Other/NodeEditorExamples/Assets/xNode-examples/Scripts/Editor/NodeEditorGUI.cs | |
parent | 6cd1b99d4ab9866f00ec0b197ed9686f7d1cea46 (diff) |
* node test
Diffstat (limited to 'Other/NodeEditorExamples/Assets/xNode-examples/Scripts/Editor/NodeEditorGUI.cs')
-rw-r--r-- | Other/NodeEditorExamples/Assets/xNode-examples/Scripts/Editor/NodeEditorGUI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Other/NodeEditorExamples/Assets/xNode-examples/Scripts/Editor/NodeEditorGUI.cs b/Other/NodeEditorExamples/Assets/xNode-examples/Scripts/Editor/NodeEditorGUI.cs index 41f1d9ca..28f64cd7 100644 --- a/Other/NodeEditorExamples/Assets/xNode-examples/Scripts/Editor/NodeEditorGUI.cs +++ b/Other/NodeEditorExamples/Assets/xNode-examples/Scripts/Editor/NodeEditorGUI.cs @@ -450,7 +450,7 @@ namespace XNodeEditor { GUILayout.BeginArea(new Rect(nodePos, new Vector2(nodeEditor.GetWidth(), 4000))); bool selected = selectionCache.Contains(graph.nodes[n]); - +
if (selected) { GUIStyle style = new GUIStyle(nodeEditor.GetBodyStyle()); GUIStyle highlightStyle = new GUIStyle(nodeEditor.GetBodyHighlightStyle()); |