mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
!TX
This commit is contained in:
parent
259a70d812
commit
a749defa24
@ -427,12 +427,14 @@ namespace XNodeEditor {
|
|||||||
serializedObject.ApplyModifiedProperties();
|
serializedObject.ApplyModifiedProperties();
|
||||||
EditorUtility.SetDirty(node);
|
EditorUtility.SetDirty(node);
|
||||||
serializedObject.Update();
|
serializedObject.Update();
|
||||||
NodeEditorWindow.current.Repaint();
|
|
||||||
EditorApplication.delayCall += NodeEditorWindow.current.Repaint;
|
|
||||||
foreach (NodePort port in reorderableList.list)
|
foreach (NodePort port in reorderableList.list)
|
||||||
{
|
{
|
||||||
port.RefreshValueType();
|
port.RefreshValueType();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NodeEditorWindow.current.Repaint();
|
||||||
|
EditorApplication.delayCall += NodeEditorWindow.current.Repaint;
|
||||||
};
|
};
|
||||||
|
|
||||||
list.onAddCallback =
|
list.onAddCallback =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user